This is an archive of the discontinued Mercurial Phabricator instance.

update: properly overwrite `check` config with `--no-` variants
ClosedPublic

Authored by marmoute on Dec 3 2021, 9:10 AM.

Details

Summary

Before this change --merge override commands.update.check=abort/noconflict,
and --check "override" commands.update.check=none/linear. However the
--no-merge and --no-check version where not doing anything.

The --no- two flags now behave properly.

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.