bzr send not correct in latest bzr.dev (revno 3297)

Erik Bågfors zindar at gmail.com
Wed Mar 19 17:05:36 GMT 2008


Hi.

I'm trying to add support or Apple Mail in bzr send. However, bzr send
seems (partly?) broken in bzr.dev right now.

# with my installed bzr

: [erik at zmaco]$ ; bzr version  | head -1
Bazaar (bzr) 1.1.0

: [erik at zmaco]$ ; bzr send
Using saved location: ../apa
bzr: ERROR: No mail-to address specified.
[Exit 3 ]



# With bzr.dev
: [erik at zmaco]$ ; ./bzr version | head -3
Bazaar (bzr) 1.4dev
  from bzr checkout /Users/erik/Source/bzr/bzr.dev
    revision: 3297

: [erik at zmaco]$ ; ./bzr send
Using saved location: ../apa
bzr: ERROR: exceptions.TypeError: compose_merge_request() takes
exactly 4 arguments (5 given)

Traceback (most recent call last):
  File "./bzrlib/commands.py", line 834, in run_bzr_catch_errors
    return run_bzr(argv)
  File "./bzrlib/commands.py", line 790, in run_bzr
    ret = run(*run_argv)
  File "./bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "./bzrlib/builtins.py", line 4107, in run
    kwargs.get('from', '.'), mail_to, message)
  File "./bzrlib/builtins.py", line 4208, in _run
    outfile.getvalue(), basename)
TypeError: compose_merge_request() takes exactly 4 arguments (5 given)

bzr 1.4dev on python 2.5.1 (darwin)
arguments: ['./bzr', 'send']
encoding: 'UTF-8', fsenc: 'utf-8', lang: None
plugins:
  extmerge             /Users/erik/.bazaar/plugins/extmerge [unknown]
  fastimport           /Users/erik/.bazaar/plugins/fastimport [unknown]
  launchpad
/Users/erik/Source/bzr/bzr.dev/bzrlib/plugins/launchpad [unknown]
  loom                 /Users/erik/.bazaar/plugins/loom [1.3.0dev0]
  multiparent
/Users/erik/Source/bzr/bzr.dev/bzrlib/plugins/multiparent.pyc
[unknown]
  svnlog               /Users/erik/.bazaar/plugins/svnlog [unknown]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.
[Exit 4 ]

This seems to have happened in
 3255 Canonical.com Patch Queue Manager	2008-03-07 [merge]
      Nicer default attachment names in bzr send (abentley)

Since before then it does work.

Regards,
Erik



More information about the bazaar mailing list