relnotes/next
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Dec 2021 12:03:23 +0100
changeset 48407 4d59e0f909e0
parent 48302 1eaf37369eba
child 48549 28f0092ec89f
permissions -rw-r--r--
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

== 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: