Show More
@@ -553,6 +553,7 b' def histedit(ui, repo, *parent, **opts):' | |||||
553 | writestate(repo, parentctx.node(), created, replaced, |
|
553 | writestate(repo, parentctx.node(), created, replaced, | |
554 | tmpnodes, existing, rules, keep, tip, replacemap) |
|
554 | tmpnodes, existing, rules, keep, tip, replacemap) | |
555 | action, ha = rules.pop(0) |
|
555 | action, ha = rules.pop(0) | |
|
556 | ui.debug('histedit: processing %s %s\n' % (action, ha)) | |||
556 | (parentctx, created_, replaced_, tmpnodes_) = actiontable[action]( |
|
557 | (parentctx, created_, replaced_, tmpnodes_) = actiontable[action]( | |
557 | ui, repo, parentctx, ha, opts) |
|
558 | ui, repo, parentctx, ha, opts) | |
558 |
|
559 |
General Comments 0
You need to be logged in to leave comments.
Login now