Skip to content
Snippets Groups Projects
Commit 4ecbaec1d664 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

Ignore buggy marker in newerversion

parent b836862d48b4
No related branches found
No related tags found
No related merge requests found
...@@ -756,6 +756,7 @@ ...@@ -756,6 +756,7 @@
while toproceed: while toproceed:
current = toproceed.pop() current = toproceed.pop()
assert len(current) <= 1, 'splitting not handled yet. %r' % current assert len(current) <= 1, 'splitting not handled yet. %r' % current
current = [n for n in current if n != nullid]
if current: if current:
n, = current n, = current
if n in objectrels: if n in objectrels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment