Comment 3 for bug 317654

Revision history for this message
Martin Pool (mbp) wrote : Re: Branch Indices Push Failure

lifeless: spiv: stacked branches shouldn't reach null: though
lifeless: spiv: perhaps, its *non* stacked new branches with old servers?
spiv: lifeless: I've got a reproduction with a non-stacked branch, current server
spiv: Possibly due to a non-lefthand null: parent in the history.
spiv: pushing bzr-svn -r100 reproduces it.
lifeless: that would make sense
spiv: If I add parents_of_found.discard(revision.NULL_REVISION) to _do_query in the searcher, it works.