Mercurial > public > mercurial-scm > hg-stable
diff hgext/histedit.py @ 26203:b764f3c61bc7
histedit: fix grammar in cleanupnode comment
author | timeless@mozdev.org |
---|---|
date | Tue, 08 Sep 2015 20:30:01 -0400 |
parents | 49c1424424de |
children | bf81b696b8f4 |
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