/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 19:14:32 UTC
  • Revision ID: tim@ed.am-20210705191432-243ayb7s2nmussvi
python3ification

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 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.")
 
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.")
47
48
                print()
48
49
                print("Options:")
49
50
                print("  -r, --repo=REPO  select the repo to check-out or create (defaults to 'home')")