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

branchmap: remove silly line break

The line fit in 80 character limit without it. It is even shorter without it.
parent bb4aac9b
No related branches found
No related tags found
No related merge requests found
......@@ -268,8 +268,7 @@
latest = iterrevs.pop()
if latest not in bheadrevs:
continue
ancestors = set(cl.ancestors([latest],
bheadrevs[0]))
ancestors = set(cl.ancestors([latest], bheadrevs[0]))
if ancestors:
bheadrevs = [b for b in bheadrevs if b not in ancestors]
self[branch] = [cl.node(rev) for rev in bheadrevs]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment