/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-04-05 22:30:23 UTC
  • Revision ID: tim@ed.am-20140405223023-3co87mbvnxwk1l65
added revert command

Show diffs side-by-side

added added

removed removed

65
65
#               print "  remove        remove a local file from the repository"
66
66
                print "  status        list files that have changed locally"
67
67
                print "  diff          shows changes made to local files"
68
 
#               print "  revert        undo changes made to a local file"
 
68
                print "  revert        undo changes made to local files"
69
69
#               print "  stage-add     add (but don't commit) files/changes to local repository"
70
70
#               print "  stage-remove  delete *but don't comit) files from the local repository"
71
71
                print "  stage-revert  revert changes in the local repository"