##// END OF EJS Templates
ancestor: fix a comment (followup to 0b03454abae7)
Siddharth Agarwal -
r17976:09d5681d default
parent child Browse files
Show More
@@ -234,7 +234,7 def missingancestors(revs, bases, pfunc)
234 234 thisvisit = basesvisit
235 235 othervisit = revsvisit
236 236 else:
237 # not an ancestor of a or b: ignore
237 # not an ancestor of revs or bases: ignore
238 238 continue
239 239
240 240 thisvisit.remove(curr)
General Comments 0
You need to be logged in to leave comments. Login now