##// END OF EJS Templates
spelling: split
timeless@mozdev.org -
r17516:e93633eb default
parent child Browse files
Show More
@@ -318,7 +318,7 b' def successormarkers(ctx):'
318 def anysuccessors(obsstore, node):
318 def anysuccessors(obsstore, node):
319 """Yield every successor of <node>
319 """Yield every successor of <node>
320
320
321 This this a linear yield unsuitable to detect splitted changeset."""
321 This this a linear yield unsuitable to detect split changeset."""
322 remaining = set([node])
322 remaining = set([node])
323 seen = set(remaining)
323 seen = set(remaining)
324 while remaining:
324 while remaining:
General Comments 0
You need to be logged in to leave comments. Login now