changeset 27169:dd214130a4f6

histedit: improve grammar for _histedit comment
author timeless <timeless@mozdev.org>
date Wed, 02 Dec 2015 07:39:49 +0000
parents 8a829fc84bb3
children 4cff4c38c5cc
files hgext/histedit.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: