Show More
@@ -515,12 +515,12 b' def calculateupdates(repo, tctx, mctx, a' | |||||
515 | _checkcollision(mctx, None) |
|
515 | _checkcollision(mctx, None) | |
516 | else: |
|
516 | else: | |
517 | _checkcollision(mctx, (tctx, ancestor)) |
|
517 | _checkcollision(mctx, (tctx, ancestor)) | |
518 | if tctx.rev() is None: |
|
|||
519 | actions += _forgetremoved(tctx, mctx, branchmerge) |
|
|||
520 | actions += manifestmerge(repo, tctx, mctx, |
|
518 | actions += manifestmerge(repo, tctx, mctx, | |
521 | ancestor, |
|
519 | ancestor, | |
522 | branchmerge, force, |
|
520 | branchmerge, force, | |
523 | partial) |
|
521 | partial) | |
|
522 | if tctx.rev() is None: | |||
|
523 | actions += _forgetremoved(tctx, mctx, branchmerge) | |||
524 | return actions |
|
524 | return actions | |
525 |
|
525 | |||
526 | def recordupdates(repo, actions, branchmerge): |
|
526 | def recordupdates(repo, actions, branchmerge): |
General Comments 0
You need to be logged in to leave comments.
Login now