~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-25 01:17:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050325011755-7f4c7f90e9333682
improvedĀ helpĀ string

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
* Metadata format is not stable yet -- you may need to
26
26
  discard history in the future.
27
27
 
28
 
* No handling of subdirectories, symlinks or any non-text files.
29
 
 
30
28
* Insufficient error handling.
31
29
 
32
30
* Many commands unimplemented or partially implemented.
37
35
 
38
36
Interesting commands::
39
37
 
40
 
  bzr help
41
 
       Show summary help screen
 
38
  bzr help [COMMAND]
 
39
       Show help screen
42
40
  bzr version
43
41
       Show software version/licence/non-warranty.
44
42
  bzr init