histedit: improve grammar for _histedit comment
authortimeless <timeless@mozdev.org>
Wed, 02 Dec 2015 07:39:49 +0000
changeset 27169 dd214130a4f6
parent 27168 8a829fc84bb3
child 27170 4cff4c38c5cc
histedit: improve grammar for _histedit comment
hgext/histedit.py
--- a/hgext/histedit.py	Tue Dec 01 14:44:08 2015 -0500
+++ b/hgext/histedit.py	Wed Dec 02 07:39:49 2015 +0000
@@ -833,7 +833,7 @@
         release(state.lock, state.wlock)
 
 def _histedit(ui, repo, state, *freeargs, **opts):
-    # TODO only abort if we try and histedit mq patches, not just
+    # TODO only abort if we try to histedit mq patches, not just
     # blanket if mq patches are applied somewhere
     mq = getattr(repo, 'mq', None)
     if mq and mq.applied: