[PATCH 1 of 2] histedit: fix comment in applychanges

timeless timeless at mozdev.org
Wed Dec 30 04:24:50 UTC 2015


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1451448124 0
#      Wed Dec 30 04:02:04 2015 +0000
# Node ID b63cb21c74aa167cedcd66ff36f5ca06cd9d65ab
# Parent  23541bdd1610c08af247f9c8719045cf247ce541
histedit: fix comment in applychanges

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -481,7 +481,7 @@
     wcpar = repo.dirstate.parents()[0]
     if ctx.p1().node() == wcpar:
         # edits are "in place" we do not need to make any merge,
-        # just applies changes on parent for edition
+        # just applies changes on parent for editing
         cmdutil.revert(ui, repo, ctx, (wcpar, node.nullid), all=True)
         stats = None
     else:


More information about the Mercurial-devel mailing list