Submitter | timeless@mozdev.org |
---|---|
Date | Dec. 30, 2015, 4:24 a.m. |
Message ID | <b63cb21c74aa167cedcd.1451449490@waste.org> |
Download | mbox | patch |
Permalink | /patch/12409/ |
State | Superseded |
Headers | show |
Comments
Patch
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: