Rev 2380: (Robert Widhopf-Fenk, bug #98591) Remove --verbose flag from 'bzr bundle'. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/remove_bundle_verbose

John Arbash Meinel john at arbash-meinel.com
Thu Mar 29 15:08:07 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/remove_bundle_verbose

------------------------------------------------------------
revno: 2380
revision-id: john at arbash-meinel.com-20070329140749-8pb42n6lu0k96z3y
parent: pqm at pqm.ubuntu.com-20070327081802-271be0d343108f4f
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: remove_bundle_verbose
timestamp: Thu 2007-03-29 09:07:49 -0500
message:
  (Robert Widhopf-Fenk, bug #98591) Remove --verbose flag from 'bzr bundle'.
  The old changeset code used to use --verbose to change the output format slightly.
  By making a rename pair be a full delete + add. But it is no longer used, and
  is not even a parameter for run() anymore.
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzrlib/bundle/commands.py      __init__.py-20050617152058-1b6530d9ab85c11c
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2007-03-27 07:58:34 +0000
+++ b/NEWS	2007-03-29 14:07:49 +0000
@@ -5,6 +5,11 @@
     * bzrlib API compatability with 0.8 has been dropped, cleaning up some
       code paths. (Robert Collins)
 
+  BUGFIXES:
+
+    * Remove ``--verbose`` from ``bzr bundle``. It didn't work anyway.
+      (Robert Widhopf-Fenk, #98591)
+
   TESTING:
 
     * Added ``bzrlib.strace.strace`` which will strace a single callable and

=== modified file 'bzrlib/bundle/commands.py'
--- a/bzrlib/bundle/commands.py	2007-03-26 09:59:49 +0000
+++ b/bzrlib/bundle/commands.py	2007-03-29 14:07:49 +0000
@@ -96,7 +96,7 @@
     bzr bundle-revisions --revision A..B
         - Bundle to transform A into B
     """
-    takes_options = ['verbose', 'revision', 'remember',
+    takes_options = ['revision', 'remember',
                      Option("output", help="write bundle to specified file",
                             type=unicode)]
     takes_args = ['base?']



More information about the bazaar-commits mailing list