( )⚙ D1231 overlayworkingctx: move _wrappedctx out of the constructor

This is an archive of the discontinued Mercurial Phabricator instance.

overlayworkingctx: move _wrappedctx out of the constructor
ClosedPublic

Authored by phillco on Oct 26 2017, 12:48 AM.

Details

Summary

With rebase, we will be setting the _wrappedctx at a different point from the
wctx construction (somewhat later, and possibly several times). Move it to a
public function.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

phillco set the repository for this revision to rHG Mercurial.
phillco added a subscriber: mercurial-devel.
phillco updated this revision to Diff 3558.Nov 16 2017, 1:01 AM
phillco set the repository for this revision to rHG Mercurial.Nov 16 2017, 1:14 AM
phillco updated this revision to Diff 3563.Nov 16 2017, 1:16 AM
phillco updated this revision to Diff 4041.Dec 1 2017, 3:09 AM
durin42 accepted this revision.Dec 7 2017, 2:51 PM
This revision is now accepted and ready to land.Dec 7 2017, 2:51 PM
phillco updated this revision to Diff 4177.Dec 7 2017, 4:22 PM
phillco updated this revision to Diff 4197.Dec 7 2017, 4:44 PM
This revision was automatically updated to reflect the committed changes.