Mercurial > hg-stable
changeset 17976:09d5681d5b72
ancestor: fix a comment (followup to 0b03454abae7)
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 28 Nov 2012 10:35:12 -0800 |
parents | c56b5b65430d |
children | a6180647ead4 |
files | mercurial/ancestor.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)