##// END OF EJS Templates
histedit: do not stay on a cleaned nodes on abort...
Pierre-Yves David -
r25910:b4a85dda default
parent child Browse files
Show More
@@ -791,7 +791,7 b' def _histedit(ui, repo, state, *freeargs'
791 os.remove(backupfile)
791 os.remove(backupfile)
792
792
793 # check whether we should update away
793 # check whether we should update away
794 if repo.unfiltered().revs('parents() and (%n or %ln)',
794 if repo.unfiltered().revs('parents() and (%n or %ln::)',
795 state.parentctxnode, leafs | tmpnodes):
795 state.parentctxnode, leafs | tmpnodes):
796 hg.clean(repo, state.topmost)
796 hg.clean(repo, state.topmost)
797 cleanupnode(ui, repo, 'created', tmpnodes)
797 cleanupnode(ui, repo, 'created', tmpnodes)
General Comments 0
You need to be logged in to leave comments. Login now