Show More
@@ -1712,6 +1712,7 b' def update(repo, node, branchmerge, forc' | |||||
1712 | repo.vfs.write('updatestate', p2.hex()) |
|
1712 | repo.vfs.write('updatestate', p2.hex()) | |
1713 |
|
1713 | |||
1714 | stats = applyupdates(repo, actions, wc, p2, overwrite, labels=labels) |
|
1714 | stats = applyupdates(repo, actions, wc, p2, overwrite, labels=labels) | |
|
1715 | wc.flushall() | |||
1715 |
|
1716 | |||
1716 | if not partial: |
|
1717 | if not partial: | |
1717 | with repo.dirstate.parentchange(): |
|
1718 | with repo.dirstate.parentchange(): |
General Comments 0
You need to be logged in to leave comments.
Login now