# HG changeset patch # User Siddharth Agarwal # Date 2012-11-28 18:35:12 # Node ID 09d5681d5b72e3dcf8e645b7e9eaaebc5473b36e # Parent c56b5b65430d49f500da4cbba03a0b5633938107 ancestor: fix a comment (followup to 0b03454abae7) diff --git a/mercurial/ancestor.py b/mercurial/ancestor.py --- a/mercurial/ancestor.py +++ b/mercurial/ancestor.py @@ -234,7 +234,7 @@ def missingancestors(revs, bases, pfunc) 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)