This is an archive of the discontinued Mercurial Phabricator instance.

configitems: rename the config to prevent adding an alias in future
ClosedPublic

Authored by pulkit on Oct 31 2018, 8:31 AM.

Details

Summary

Right now the config option looks like:

[experimental.server]
stream-narrow-clones=

which does not match how config options are generally defined in core. So let's
rename this to:

[experimental]
server.stream-narrow-clones=

before the new release so that we don't have to add an alias in future for this.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Oct 31 2018, 8:31 AM
This revision was automatically updated to reflect the committed changes.