[Pkg-bazaar-commits] ./bzr/unstable r583: - add -h as short name for --help

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:45 UTC 2009


------------------------------------------------------------
revno: 583
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-30 11:47:37 +1000
message:
  - add -h as short name for --help
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-30 01:46:48 +0000
+++ b/bzrlib/commands.py	2005-05-30 01:47:37 +0000
@@ -1046,8 +1046,9 @@
     }
 
 SHORT_OPTIONS = {
+    'F':                      'file', 
+    'h':                      'help',
     'm':                      'message',
-    'F':                      'file', 
     'r':                      'revision',
     'v':                      'verbose',
 }



More information about the Pkg-bazaar-commits mailing list