This is an archive of the discontinued Mercurial Phabricator instance.

tests: don't drop global hgrc
ClosedPublic

Authored by indygreg on Apr 4 2018, 9:24 PM.

Details

Summary

Various tests are failing when the simple store extension is loaded
because the test overrides HGRCPATH and preempts loading of extensions
that were injected via --extra-config-opt.

In most cases, it is acceptable to always load the global HGRCPATH.
So this commit changes a couple of tests so the global HGRCPATH
is still pulled in.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Apr 4 2018, 9:24 PM
durin42 accepted this revision.Apr 6 2018, 8:31 PM
This revision is now accepted and ready to land.Apr 6 2018, 8:31 PM
This revision was automatically updated to reflect the committed changes.