bzr init incorrect help for --format

John Arbash Meinel john at arbash-meinel.com
Wed Apr 26 16:10:04 BST 2006


Just a small patch which makes bzr init display the correct help text.

I haven't committed this anywhere.

John
=:->

=== modified file 'a/bzrlib/builtins.py'
--- a/bzrlib/builtins.py
+++ b/bzrlib/builtins.py
@@ -902,8 +902,8 @@
     takes_options = [
                      Option('format',
                             help='Create a specific format rather than the'
-                                 ' current default format. Currently this '
-                                 ' option only accepts "metadir"',
+                                 ' current default format. Currently
supports:'
+                                 ' metadir, knit, and weave',
                             type=get_format_type),
                      ]
     def run(self, location=None, format=None):




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060426/243245ad/attachment.pgp 


More information about the bazaar mailing list