/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_add.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

40
40
                #      01234567890123456789012345678901234567890123456789012345678901234567890123456789
41
41
                print("Add (or update) a file in the local repository.")
42
42
                print()
43
 
                print("In addition to using the primary commands (such as add and remove) to modify a")
44
 
                print("remote repository, you can also set up changes in the local repository and")
45
 
                print("manually commit them to a remote repository when ready.  This can be done with")
46
 
                print("the staging commands.  Note, some primary commands will not work when there are")
47
 
                print("staged changes.  You can revert all staged changes with stage-revert.")
 
43
                Command.print_stage_commands_notice()
48
44
                print()
49
45
                print("This command adds a named file from the local filesystem to the local repo, or")
50
46
                print("updates an existing file in the local repo with your changes.  Directories can")