( )⚙ D499 merge: pass wctx to premerge, filemerge

This is an archive of the discontinued Mercurial Phabricator instance.

merge: pass wctx to premerge, filemerge
AbandonedPublic

Authored by phillco on Aug 23 2017, 5:02 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

In the in-memory merge branch. we'll need to call a function (`flushall`) on
the wctx inside of _xmerge.

This prepares the way so it can be done without hacks like `fcd.ctx()`.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

phillco created this revision.Aug 23 2017, 5:02 PM
phillco abandoned this revision.Aug 23 2017, 5:03 PM
phillco updated this revision to Diff 1232.Aug 23 2017, 5:23 PM
phillco retitled this revision from filemerge: add wctx to all internal tools to merge: pass wctx to premerge, filemerge.Aug 23 2017, 5:28 PM
phillco updated this revision to Diff 1233.
phillco abandoned this revision.Aug 23 2017, 5:37 PM