Comment 5 for bug 416732

Revision history for this message
Danny van Heumen (danny.vanheumen) wrote :

It's not much information, but I hope it proves useful:
1. Every revision seems to be reported, or at least: revno: 770 --> 771 errors, in one of my repositories.
2. I've tried bugtracing this a bit, and I've discovered that:
  if I set a breakpoint on: bzrlib/knit.py:1416 (absent_keys = keys.difference(set(positions))), on the third pass absent_keys will contain all revisions. (Or at least I assume that since it's a big list, most likely close to 770 (or 771) items.

I've tried to trace this bug, since I encounterd it a few days ago, but this is way out of my league. (With my very limited experience of python and bzr development.) I'm posting this here so it may possibly help others. (Can't blame a man for trying right? :P)