This is an archive of the discontinued Mercurial Phabricator instance.

sparse: disable automatically when fbsparse is detected
ClosedPublic

Authored by quark on Oct 31 2017, 1:40 PM.
Tags
None
Subscribers
None

Details

Reviewers
durham
Group Reviewers
Restricted Project
Commits
rFBHGX57202c135fb8: sparse: disable automatically when fbsparse is detected
Summary

There are some places that both fbsparse and sparse are enabled. To help
them migrate smoothly, let's disable sparse automatically if fbsparse is
detected.

Test Plan

Run:

hg --config extensions.fbsparse --config extensions.sparse= sparse -h

Make sure it does not complain about:

extension 'sparse' overrides commands: ^sparse

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
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 31 2017, 1:40 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptOct 31 2017, 1:40 PM
quark edited the test plan for this revision. (Show Details)Oct 31 2017, 1:42 PM
durham accepted this revision.Oct 31 2017, 4:10 PM
This revision is now accepted and ready to land.Oct 31 2017, 4:10 PM
This revision was automatically updated to reflect the committed changes.