##// END OF EJS Templates
histedit: don't cleanup nodes already disposed of...
Boris Feld -
r39950:b153ca77 default
parent child Browse files
Show More
@@ -1202,6 +1202,7 b' def _finishhistedit(ui, repo, state, fm)'
1202 mapping = {}
1202 mapping = {}
1203
1203
1204 for n in tmpnodes:
1204 for n in tmpnodes:
1205 if n in repo:
1205 mapping[n] = ()
1206 mapping[n] = ()
1206
1207
1207 # remove entries about unknown nodes
1208 # remove entries about unknown nodes
General Comments 0
You need to be logged in to leave comments. Login now