/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to lib/stdhome/program.py

  • Committer: Tim Marston
  • Date: 2014-07-30 19:09:02 UTC
  • Revision ID: tim@ed.am-20140730190902-bkuu372rya4zokm8
added info for add command to --help; fixed bug with add command where all files
in directories could be added to the commit instead of just the ones you've
specified

Show diffs side-by-side

added added

removed removed

62
62
                print "  init          initialise a local copy of your repositories"
63
63
                print "  update        update files in your home directory"
64
64
                print "  resolve       try to finish an update (that had conflicts)"
65
 
#               print "  add           add local files/changes to the repository"
 
65
                print "  add           add local files/changes to the repository"
66
66
#               print "  remove        remove a local file from the repository"
67
67
                print "  status        list files that have changed locally"
68
68
                print "  diff          shows changes made to local files"