# HG changeset patch # User timeless@mozdev.org # Date 1441758601 14400 # Node ID b764f3c61bc7092347ecc73c23ea533fd3acdbd7 # Parent 04af43009c8bf4464024b7c0a4ad5d9f63898c78 histedit: fix grammar in cleanupnode comment diff -r 04af43009c8b -r b764f3c61bc7 hgext/histedit.py --- 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