--- a/hgext/histedit.py Fri Jul 31 15:46:49 2015 -0700 +++ b/hgext/histedit.py Mon Aug 03 05:57:45 2015 -0700 @@ -796,8 +796,6 @@ if n in parentnodes: hg.clean(repo, state.topmost) break - else: - pass cleanupnode(ui, repo, 'created', tmpnodes) cleanupnode(ui, repo, 'temp', leafs) state.clear()