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

discovery: reference relevant bug in the faulty code

We extend the comment about this code flaw with more code flaw.
parent 8688590ca03c
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,9 @@
#
# These two cases will be easy to handle for known changeset but
# much more tricky for unsynced changes.
#
# In addition, this code is confused by prune as it only looks for
# successors of the heads (none if pruned) leading to issue4354
newhs = set()
for nh in candidate_newhs:
if nh in repo and repo[nh].phase() <= phases.public:
......
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