[loom:MERGE] Update for 'bzr status' now allowing --verbose

John Arbash Meinel john at arbash-meinel.com
Wed Jan 14 20:13:42 GMT 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In bzr.dev status has been updated to allow a --verbose flag (to show
the full pending merges).

This breaks the loom plugin, which overrides 'bzr status' to also show
the nick of the current thread.

This patch just unbreaks loom by adding a verbose=None parameter.

=== modified file 'commands.py'
- --- commands.py 2008-11-19 07:18:17 +0000
+++ commands.py 2009-01-14 20:10:56 +0000
@@ -154,7 +154,7 @@
     _original_command = None

     def run(self, show_ids=False, file_list=None, revision=None,
short=False,
- -            versioned=False, no_pending=False):
+            versioned=False, no_pending=False, verbose=None):
         if file_list is None:
             path = '.'
         else:


John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkluR3YACgkQJdeBCYSNAAOfbwCgz+vJTwHOFSwEgX7M5LArpZzj
u2sAmwaFpcPIu6ygqnyBN92UHdTcPsRu
=QA2M
-----END PGP SIGNATURE-----



More information about the bazaar mailing list