[CRASH] bzr log --limit=30 --short bzrlib/mail_client.py
Xavier Maillard
xma at gnu.org
Sat Mar 29 01:00:27 GMT 2008
Hi,
The above mentionned command just resulted in this stacktrace:
[xma at localhost 22:35:20 bzrlib]$ bzr log --limit=30 --short mail_client.py
bzr: ERROR: exceptions.KeyError: 'john at arbash-meinel.com-20050711051006-2d11704675600e95'
Traceback (most recent call last):
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/commands.py", line 834, in run_bzr_catch_errors
return run_bzr(argv)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/commands.py", line 790, in run_bzr
ret = run(*run_argv)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/commands.py", line 492, in run_argv_aliases
return self.run(**all_cmd_args)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/commands.py", line 800, in ignore_pipe
result = func(*args, **kwargs)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/builtins.py", line 1789, in run
limit=limit)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/log.py", line 185, in show_log
start_revision, end_revision, search, limit)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/log.py", line 215, in _show_log
allow_single_merge_revision)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/log.py", line 282, in calculate_view_revisions
view_revisions)
File "/home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/log.py", line 482, in _filter_revisions_touching_file_id
rev_ancestry = rev_ancestry.union(ancestry[parent])
KeyError: 'john at arbash-meinel.com-20050711051006-2d11704675600e95'
bzr 1.4dev on python 2.5.1 (linux2)
arguments: ['/home/xma/usr/src/BZRed/bzr/bzr.dev/bzr', 'log', '--limit=30', '--short', 'mail_client.py']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
bzrtools /home/xma/.bazaar/plugins/bzrtools [1.3.0]
fastimport /home/xma/.bazaar/plugins/fastimport [unknown]
launchpad /home/xma/usr/src/BZRed/bzr/bzr.dev/bzrlib/plugins/launchpad [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.
I also tried with --limit=10, 5 and 1 all resulted with the same
error message.
What am I doing wrong here ?
Xavier
--
http://www.gnu.org
http://www.april.org
http://www.lolica.org
More information about the bazaar
mailing list