# HG changeset patch # User timeless # Date 2015-12-30 04:02:04 # Node ID 8a87627d263a58488cd7c6781d5884145483ed4f # Parent 67aa88e00fc73f50b6034bf7bd03f4efaafacbed histedit: fix comment in applychanges diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -485,7 +485,7 @@ def applychanges(ui, repo, ctx, opts): 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: