Show More
@@ -269,7 +269,7 b' def stripcmd(ui, repo, *revs, **opts):' | |||
|
269 | 269 | repo.dirstate.write(repo.currenttransaction()) |
|
270 | 270 | |
|
271 | 271 | # clear resolve state |
|
272 |
mergestatemod.mergestate.clean(repo |
|
|
272 | mergestatemod.mergestate.clean(repo) | |
|
273 | 273 | |
|
274 | 274 | update = False |
|
275 | 275 |
@@ -2516,7 +2516,7 b' class localrepository(object):' | |||
|
2516 | 2516 | ui.status( |
|
2517 | 2517 | _(b'working directory now based on revision %d\n') % parents |
|
2518 | 2518 | ) |
|
2519 |
mergestatemod.mergestate.clean(self |
|
|
2519 | mergestatemod.mergestate.clean(self) | |
|
2520 | 2520 | |
|
2521 | 2521 | # TODO: if we know which new heads may result from this rollback, pass |
|
2522 | 2522 | # them to destroy(), which will prevent the branchhead cache from being |
General Comments 0
You need to be logged in to leave comments.
Login now