/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/add.py

  • Committer: Tim Marston
  • Date: 2021-07-05 20:27:11 UTC
  • Revision ID: tim@ed.am-20210705202711-vklvsctrh5yhgjj7
added staging commands; updated command helps

Show diffs side-by-side

added added

removed removed

40
40
                #      01234567890123456789012345678901234567890123456789012345678901234567890123456789
41
41
                print("Add (or update) a file in the repository.")
42
42
                print()
43
 
                print("Add a named file from the local filesystem, specified relative to the home")
44
 
                print("directory, to the repo, or update an existing file in the repo with your local")
45
 
                print("changes.  Directories can also be added, but note that they are not added")
46
 
                print("recursively (as is common with version control) unless this is specifically")
47
 
                print("requested on the commandline.")
 
43
                print("Add a named file from the local filesystem to the repo, or updates an existing")
 
44
                print("file in the repo with your changes.  Directories can also be added, but note")
 
45
                print("that they are not added recursively (as is common with version control) unless")
 
46
                print("this is explicitly requested.")
48
47
                print()
49
48
                print("Options:")
50
49
                print("  -r, --repo=REPO  select the repo to check-out or create (defaults to 'home')")