bundle-revisions has not "--verbose"

Bug #98591 reported by Robert Widhopf-Fenk
2
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Low
Robert Widhopf-Fenk

Bug Description

I just replaced the absolute paths by ".../"

 > bzr bundle-revisions --verbose
bzr: ERROR: exceptions.TypeError: run() got an unexpected keyword argument 'verbose'

Traceback (most recent call last):
  File ".../bzr.dev/bzrlib/commands.py", line 638, in run_bzr_catch_errors
    return run_bzr(argv)
  File ".../bzr.dev/bzrlib/commands.py", line 600, in run_bzr
    ret = run(*run_argv)
  File ".../bzr.dev/bzrlib/commands.py", line 296, in run_argv_aliases
    return self.run(**all_cmd_args)
TypeError: run() got an unexpected keyword argument 'verbose'

bzr 0.16.0dev0 on python 2.5.0.final.0 (cygwin)
arguments: ['.../bzr.dev/bzr', 'bundle-revisions', '--verbose']

** please send this report to <email address hidden>

Maybe it should be removed?

=== modified file 'bzrlib/bundle/commands.py' (properties changed)
--- bzrlib/bundle/commands.py 2007-03-26 09:59:49 +0000
+++ bzrlib/bundle/commands.py 2007-03-29 12:39:12 +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?']

description: updated
Revision history for this message
John A Meinel (jameinel) wrote :

Agreed. It was probably just a leftover / bad copy & paste.

Do you want to commit this and submit a bundle to the list?

Changed in bzr:
assignee: nobody → hack-robf
importance: Undecided → Low
status: Unconfirmed → Fix Committed
Revision history for this message
Robert Widhopf-Fenk (hack-robf) wrote :

No it is too small for a bundle and the email overhead ;-)

Revision history for this message
Aaron Bentley (abentley) wrote : Re: [Bug 98591] Re: bundle-revisions has not "--verbose"

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

John A Meinel wrote:
> Agreed. It was probably just a leftover / bad copy & paste.

It was a leftover. Your original changeset command used --verbose to
emit patch-compatible renames.

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGC73H0F+nu1YWqI0RAqHDAJ9yjjIqv8wRLq0HHOneb+anIXCaKACeNTJr
uS6FylttnklflEn/3pxs9ko=
=oxnQ
-----END PGP SIGNATURE-----

Revision history for this message
John A Meinel (jameinel) wrote :

I was guessing something like that.

Robert - I was asking you to commit it, so that you could get attribution (both for annotate, and a commit log). But I'm certainly fine with doing it in your place.

Revision history for this message
Aaron Bentley (abentley) wrote :

This code no longer exists.

Changed in bzr:
status: Fix Committed → Invalid
Jelmer Vernooij (jelmer)
Changed in bzr:
status: Invalid → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.