Submitter | timeless@mozdev.org |
---|---|
Date | Dec. 30, 2015, 4:28 a.m. |
Message ID | <793ffed960d8218e489d.1451449737@waste.org> |
Download | mbox | patch |
Permalink | /patch/12412/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1256,7 +1256,7 @@ 1) the list of final node 2) the list of temporary node - This meant to be used on abort as less data are required in this case. + This is meant to be used on abort as less data are required in this case. """ replacements = state.replacements allsuccs = set()