/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-03-08 00:47:23 UTC
  • Revision ID: tim@ed.am-20140308004723-hkl3s2hobsblf72o
added diff command; moved all command to commands subdir; made stage-revert
handle ongoing deployment automatically (now that initial revno is known); made
verbose level incremental; detect obstructing conflicts in ConflictWalker;
handle files deleted from repo during copy-out (update)

Show diffs side-by-side

added added

removed removed

61
61
                print "  init          initialise a local copy of your repositories"
62
62
                print "  update        update files in your home directory"
63
63
                print "  resolve       try to finish an update (that had conflicts)"
64
 
#               print "  add           add local files/changes to the repository"
65
 
#               print "  remove        remove a local file from the repository"
 
64
                print "  add           add local files/changes to the repository"
 
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"
69
 
#               print "  stage-add     stage local files/changes"
70
 
#               print "  stage-remove  stage the removal of files"
 
68
                print "  revert        undo changes made to a local file"
 
69
                print "  stage-add     stage local files/changes"
 
70
                print "  stage-remove  stage the removal of files"
71
71
                print "  stage-revert  revert staged changes"
72
 
#               print "  stage-status  show status of staging area"
73
 
#               print "  stage-diff    shows staged changes"
74
 
#               print "  stage-commit  commit staged changes to repository"
 
72
                print "  stage-status  show status of staging area"
 
73
                print "  stage-diff    shows staged changes"
 
74
                print "  stage-commit  commit staged changes to repository"
75
75
                print
76
76
                print "For help about a particular command (including the additional options that the"
77
77
                print "command accepts) try typing:"