# HG changeset patch # User Siddharth Agarwal # Date 1354127712 28800 # Node ID 09d5681d5b72e3dcf8e645b7e9eaaebc5473b36e # Parent c56b5b65430d49f500da4cbba03a0b5633938107 ancestor: fix a comment (followup to 0b03454abae7) diff -r c56b5b65430d -r 09d5681d5b72 mercurial/ancestor.py --- a/mercurial/ancestor.py Wed Nov 21 00:42:05 2012 +0100 +++ b/mercurial/ancestor.py Wed Nov 28 10:35:12 2012 -0800 @@ -234,7 +234,7 @@ thisvisit = basesvisit othervisit = revsvisit else: - # not an ancestor of a or b: ignore + # not an ancestor of revs or bases: ignore continue thisvisit.remove(curr)