author | timeless@mozdev.org |
Fri, 17 Aug 2012 13:58:19 -0700 | |
changeset 17516 | e93633eb7099 |
parent 17515 | b5b38d21fe99 |
child 17517 | 15036492a103 |
--- a/mercurial/obsolete.py Fri Aug 17 13:58:19 2012 -0700 +++ b/mercurial/obsolete.py Fri Aug 17 13:58:19 2012 -0700 @@ -318,7 +318,7 @@ def anysuccessors(obsstore, node): """Yield every successor of <node> - This this a linear yield unsuitable to detect splitted changeset.""" + This this a linear yield unsuitable to detect split changeset.""" remaining = set([node]) seen = set(remaining) while remaining: