hgext/histedit.py
changeset 27169 dd214130a4f6
parent 27154 3bc7919fb215
child 27170 4cff4c38c5cc
--- 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: