##// END OF EJS Templates
histedit: fix comment in newnodestoabort
timeless -
r27604:0e0e25a5 default
parent child Browse files
Show More
@@ -1283,7 +1283,7 b' def newnodestoabort(state):'
1283 1) the list of final node
1283 1) the list of final node
1284 2) the list of temporary node
1284 2) the list of temporary node
1285
1285
1286 This meant to be used on abort as less data are required in this case.
1286 This is meant to be used on abort as less data are required in this case.
1287 """
1287 """
1288 replacements = state.replacements
1288 replacements = state.replacements
1289 allsuccs = set()
1289 allsuccs = set()
General Comments 0
You need to be logged in to leave comments. Login now