Show More
@@ -1310,6 +1310,9 b' def _newhistedit(ui, repo, state, revs, ' | |||
|
1310 | 1310 | state.topmost = topmost |
|
1311 | 1311 | state.replacements = [] |
|
1312 | 1312 | |
|
1313 | ui.log("histedit", "%d actions to histedit", len(actions), | |
|
1314 | histedit_num_actions=len(actions)) | |
|
1315 | ||
|
1313 | 1316 | # Create a backup so we can always abort completely. |
|
1314 | 1317 | backupfile = None |
|
1315 | 1318 | if not obsolete.isenabled(repo, obsolete.createmarkersopt): |
General Comments 0
You need to be logged in to leave comments.
Login now