Since merge tools might read from the filesystem, we need to write out our
deferred writes here.
No-ops if not using deferred writes.
( )
hg-reviewers |
Since merge tools might read from the filesystem, we need to write out our
deferred writes here.
No-ops if not using deferred writes.
Lint Skipped |
Unit Tests Skipped |
As mentioned in the previous patch. I think it's cleaner to just call wctx.flushall() if the other wctx class has that method.
As Phil and I talked about out-of-band, it seems like this can be done in _filemerge() instead (~line 677) and we won't need to pass the wctx to all the merge tools (i.e. drop D450).