This is an archive of the discontinued Mercurial Phabricator instance.

eol: make [eol] config section sensitive for chg confighash
ClosedPublic

Authored by quark on Oct 2 2017, 10:25 PM.

Details

Summary

The eol extension may mangle the [eol] config section and that means chg is
unable to detect config file change (because it re-applies setconfig
changes).

This makes test-eol.t pass with chg.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Oct 2 2017, 10:25 PM
yuja requested changes to this revision.Oct 4 2017, 9:03 AM
yuja added a subscriber: yuja.

It's a core extension. Let's simply add it to chgserver.py.

This revision now requires changes to proceed.Oct 4 2017, 9:03 AM
quark updated this revision to Diff 2453.Oct 5 2017, 12:45 AM
This revision was automatically updated to reflect the committed changes.