[PATCH 1 of 4] histedit: improve grammar for _histedit comment

timeless timeless at mozdev.org
Wed Dec 2 08:13:33 UTC 2015


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1449041989 0
#      Wed Dec 02 07:39:49 2015 +0000
# Node ID f28057210ae315e245f61b04b584900c84f274f1
# Parent  61fbf5dc12b23e7a2a30cf04ebd9f096c42a1f61
histedit: improve grammar for _histedit comment

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -783,7 +783,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:


More information about the Mercurial-devel mailing list