hgext/histedit.py
changeset 35490 784a85c87c22
parent 35414 a51541681b8d
child 36167 73621823a1ac
equal deleted inserted replaced
35489:212a6e9aecb0 35490:784a85c87c22
  1308     state.parentctxnode = parentctxnode
  1308     state.parentctxnode = parentctxnode
  1309     state.actions = actions
  1309     state.actions = actions
  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):
  1316         backupfile = repair._bundle(repo, [parentctxnode], [topmost], root,
  1319         backupfile = repair._bundle(repo, [parentctxnode], [topmost], root,
  1317                                     'histedit')
  1320                                     'histedit')