[Pkg-bazaar-commits] ./bzr/unstable r112: help for info command

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:44:15 UTC 2009


------------------------------------------------------------
revno: 112
committer: mbp at sourcefrog.net
timestamp: Mon 2005-03-28 12:44:07 +1000
message:
  help for info command
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-03-28 02:32:30 +0000
+++ b/bzrlib/commands.py	2005-03-28 02:44:07 +0000
@@ -196,6 +196,9 @@
 
 
 def cmd_info():
+    """info: Show statistical information for this branch
+
+usage: bzr info"""
     import info
     info.show_info(Branch('.'))        
     



More information about the Pkg-bazaar-commits mailing list