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

33
33
                print("Usage: " + the.program.name + " status [--repo=REPO] [FILE]...")
34
34
                print()
35
35
                #      01234567890123456789012345678901234567890123456789012345678901234567890123456789
36
 
                print("Show the state of files in the local repository (including modifications and")
 
36
                print("Show the state of files in your home directory (including modifications and")
37
37
                print("conflicts).")
38
38
                print()
39
39
                print("This lists files in your home directory that have been modified and which differ")
41
41
                print("this also lists files which have conflicts in the local respository, or which")
42
42
                print("can not be deployed due to conflicts with your home directory.")
43
43
                print()
44
 
                print("For help with adding modified files to the repository, type:")
45
 
                print("    " + the.program.name + " add --help")
46
 
                print()
47
44
                print("Options:")
48
45
                print("  -r, --repo=REPO  select the repo to check-out or create (defaults to 'home')")
49
46
                print("  -v, --verbose    display information about what is being done")