Submitter | Pierre-Yves David |
---|---|
Date | Aug. 3, 2015, 9:25 p.m. |
Message ID | <ec0875fa682acd025a41.1438637126@marginatus.alto.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/10097/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -790,11 +790,11 @@ def _histedit(ui, repo, state, *freeargs 'bundle:' + backupfile) os.remove(backupfile) # check whether we should update away if repo.unfiltered().revs('parents() and (%n or %ln)', - state.parentctxnode, leafs): + state.parentctxnode, leafs | tmpnodes): hg.clean(repo, state.topmost) cleanupnode(ui, repo, 'created', tmpnodes) cleanupnode(ui, repo, 'temp', leafs) state.clear() return