Help needed with debugging a merge problem
Martin Pool
mbp at canonical.com
Sun Mar 16 23:42:27 GMT 2008
On 16/03/2008, James Westby <jw+debian at jameswestby.net> wrote:
> Hi all,
>
> Today I was trying to help nekohayo to debug a problem
> on IRC, and I'm stuck as to what is going on. I would
> appreciate someone helping with it, or giving some
> more pointers as to what to look for.
I think this is
https://bugs.launchpad.net/bzr/+bug/202884
The traceback in that bug shows it failing inside generate_root_texts
while upgrading, while doing check_versions_present.
KnitGraphIndex needs a more useful repr, showing just what object it
was trying to look in. First off you should patch that and submit it
separately; it will help with this and similar bugs.
generate_r_i is trying to generate new inventories depending on the
particular root id, and it's failing to add that text because on of
the parents is not present. This may be because they have a revision
where the root id changed?
For that revision and its parent revisions, what are their root ids?
(I don't know off hand precisely how the conversion works but I would
start there.)
--
Martin
More information about the bazaar
mailing list