~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-23 23:54:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050323235445-a185b1b1f2a86dfe
mention "info" in top-level help

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
       Show summary of pending changes.
61
61
  bzr remove FILE...
62
62
       Make a file not versioned.
 
63
  bzr info
 
64
       Show statistics about this branch.
63
65
"""
64
66
 
65
 
# not currently working:
66
 
#  bzr info
67
 
#       Show some information about this branch.
68
 
 
69
67
 
70
68
 
71
69
__copyright__ = "Copyright 2005 Canonical Development Ltd."