This is an archive of the discontinued Mercurial Phabricator instance.

localrepo: copy ui in makelocalrepository()
ClosedPublic

Authored by indygreg on Sep 13 2018, 12:29 PM.

Details

Summary

We will want to load the .hg/hgrc file from makelocalrepository() so
we can consult its options as part of deriving the repository type.

This means we need to create our ui instance copy in that function.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Sep 13 2018, 12:29 PM
This revision was automatically updated to reflect the committed changes.