Mercurial > hg
view relnotes/next @ 48407:4d59e0f909e0
update: properly overwrite `check` config with `--no-` variants
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.
Differential Revision: https://phab.mercurial-scm.org/D11851
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 03 Dec 2021 12:03:23 +0100 |
parents | 1eaf37369eba |
children | 28f0092ec89f |
line wrap: on
line source
== New Features == == Default Format Change == These changes affects newly created repositories (or new clone) done with Mercurial XXX. == New Experimental Features == == Bug Fixes == The `--no-check` and `--no-merge` now properly overwrite the behavior from `commands.update.check`. == Backwards Compatibility Changes == == Internal API Changes == The following functions have been removed: Miscellaneous: