##// END OF EJS Templates
histedit: add ui.log for action count...
Phil Cohen -
r35506:784a85c8 @13 default
parent child Browse files
Show More
@@ -1310,6 +1310,9 b' def _newhistedit(ui, repo, state, revs, '
1310 state.topmost = topmost
1310 state.topmost = topmost
1311 state.replacements = []
1311 state.replacements = []
1312
1312
1313 ui.log("histedit", "%d actions to histedit", len(actions),
1314 histedit_num_actions=len(actions))
1315
1313 # Create a backup so we can always abort completely.
1316 # Create a backup so we can always abort completely.
1314 backupfile = None
1317 backupfile = None
1315 if not obsolete.isenabled(repo, obsolete.createmarkersopt):
1318 if not obsolete.isenabled(repo, obsolete.createmarkersopt):
General Comments 0
You need to be logged in to leave comments. Login now