/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/command/stage_commit.py

  • Committer: Tim Marston
  • Date: 2021-07-05 21:01:29 UTC
  • Revision ID: tim@ed.am-20210705210129-gc746mez1vhzobz7
add stage-status command; add common stage notice to helps

Show diffs side-by-side

added added

removed removed

36
36
                #      01234567890123456789012345678901234567890123456789012345678901234567890123456789
37
37
                print("Commit staged changes to the local repository to the remote repository.")
38
38
                print()
39
 
                print("In addition to using the primary commands (such as add and remove) to modify a")
40
 
                print("remote repository, you can also set up changes in the local repository and")
41
 
                print("manually commit them to a remote repository when ready.  This can be done with")
42
 
                print("the staging commands.  Note, some primary commands will not work when there are")
43
 
                print("staged changes.  You can revert all staged changes with stage-revert.")
 
39
                Command.print_stage_commands_notice()
44
40
                print()
45
41
                print("This command performs a commit operation of any staged changes, writing them to")
46
42
                print("the remote repository.")