feature requests for loggerhead

Erik Bågfors zindar at gmail.com
Tue Jun 19 00:29:15 BST 2007


On 6/18/07, Aaron Bentley <aaron.bentley at utoronto.ca> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Erik Bågfors wrote:
>
> > Would you mind pushing it?
> >
> > : [erik at zmaco]$ ; bzr pull
> > Using saved location:
> > http://bazaar.launchpad.net/~aaron-bentley/bzrtools/bzrtools.dev/
> > No revisions to pull.
>
> The correct location for bzrtools is
> http://panoramicfeedback.com/opensource/bzr/bzrtools
>
> It was up to date pretty much as soon as I sent the message.
>


Ok, sorry about that.  It was just so convenient to run from
lp:bzrtools that I just used it. :)

Anyway, it works great, as long as I don't add --no-collapse, then I get

bzr: ERROR: exceptions.AttributeError: 'set' object has no attribute 'iteritems'

Traceback (most recent call last):
  File "/Users/erik/Source/bzr/bzr.dev/bzrlib/commands.py", line 717,
in run_bzr_catch_errors
    return run_bzr(argv)
  File "/Users/erik/Source/bzr/bzr.dev/bzrlib/commands.py", line 678, in run_bzr
    ret = run(*run_argv)
  File "/Users/erik/Source/bzr/bzr.dev/bzrlib/commands.py", line 375,
in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Users/erik/.bazaar/plugins/bzrtools/__init__.py", line 185, in run
    max_distance=max_distance)
  File "/Users/erik/.bazaar/plugins/bzrtools/graph.py", line 268, in
write_ancestry_file
    relations = grapher.get_relations(collapse, max_distance)
  File "/Users/erik/.bazaar/plugins/bzrtools/graph.py", line 243, in
get_relations
    parent_iter = (f for f in parents.iteritems())
AttributeError: 'set' object has no attribute 'iteritems'

bzr 0.18.0dev0 on python 2.4.3.final.0 (darwin)
arguments: ['/Users/erik/bin/bzr', 'graph', '--no-collapse', 'test.dot']

** please send this report to bazaar at lists.ubuntu.com

Regards,
Erik



More information about the bazaar mailing list