This is an archive of the discontinued Mercurial Phabricator instance.

context: set repo property in basectx
ClosedPublic

Authored by martinvonz on Mar 30 2018, 2:09 AM.

Details

Summary

It seems like a good practice to call the super constructor. Let's
start by passing the repo along to basectx so it can assign it to a
private attribute. We should perhaps pass the rev and node along as
well, but that requires more work before it can be done.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Mar 30 2018, 2:09 AM
indygreg accepted this revision.Mar 30 2018, 1:28 PM
This revision is now accepted and ready to land.Mar 30 2018, 1:28 PM
This revision was automatically updated to reflect the committed changes.
indygreg updated this revision to Diff 7394.Mar 30 2018, 2:12 PM

I accidentally pushed this. Derp.

I mean accidentally pushed to Phabricator after the queuing. The queueing was correct.