author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
Mon, 23 Dec 2013 13:32:03 -0800 | |
changeset 20203 | 509768fc7542 |
parent 20202 | a6014018ec28 |
child 20204 | b0c14c5d44b1 |
--- a/mercurial/obsolete.py Sun Dec 29 13:54:04 2013 +0000 +++ b/mercurial/obsolete.py Mon Dec 23 13:32:03 2013 -0800 @@ -447,7 +447,7 @@ current = remaining.pop() yield current for mark in obsstore.successors.get(current, ()): - # ignore marker flagged with with specified flag + # ignore marker flagged with specified flag if mark[2] & ignoreflags: continue for suc in mark[1]: