/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: 2022-06-27 15:51:01 UTC
  • Revision ID: tim@ed.am-20220627155101-znatxg4q91gqs1sc
additional change for brz->bzr

Show diffs side-by-side

added added

removed removed

72
72
                print("  stage-add     add (but don't commit) files/changes to local repository")
73
73
#               print("  stage-remove  delete *but don't comit) files from the local repository")
74
74
                print("  stage-revert  revert changes in the local repository")
75
 
#               print("  stage-status  show status of local repository")
 
75
                print("  stage-status  show status of local repository")
76
76
#               print("  stage-diff    shows changes in local repository")
77
77
                print("  stage-commit  commit changes in the local repository")
78
78
                print()