Mercurial > hg
changeset 26203:b764f3c61bc7
histedit: fix grammar in cleanupnode comment
author | timeless@mozdev.org |
---|---|
date | Tue, 08 Sep 2015 20:30:01 -0400 |
parents | 04af43009c8b |
children | 54875a6c3714 |
files | hgext/histedit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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