Submitter | Pierre-Yves David |
---|---|
Date | Aug. 3, 2015, 9:25 p.m. |
Message ID | <4e57b7b30543c50f009e.1438637124@marginatus.alto.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/10095/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -794,12 +794,10 @@ def _histedit(ui, repo, state, *freeargs parentnodes = [c.node() for c in repo[None].parents()] for n in leafs | set([state.parentctxnode]): if n in parentnodes: hg.clean(repo, state.topmost) break - else: - pass cleanupnode(ui, repo, 'created', tmpnodes) cleanupnode(ui, repo, 'temp', leafs) state.clear() return else: