author | timeless@mozdev.org |
Tue, 08 Sep 2015 20:30:01 -0400 | |
changeset 26203 | b764f3c61bc7 |
parent 26202 | 04af43009c8b |
child 26204 | 54875a6c3714 |
hgext/histedit.py | file | annotate | diff | comparison | revisions |
--- a/hgext/histedit.py Tue Sep 08 15:32:20 2015 -0400 +++ b/hgext/histedit.py Tue Sep 08 20:30:01 2015 -0400 @@ -1129,7 +1129,7 @@ try: lock = repo.lock() # do not let filtering get in the way of the cleanse - # we should probably get ride of obsolescence marker created during the + # we should probably get rid of obsolescence marker created during the # histedit, but we currently do not have such information. repo = repo.unfiltered() # Find all nodes that need to be stripped