relnotes/next
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 20 Feb 2023 14:06:15 +0100
changeset 50115 62f633f751a4
parent 49956 2282d8ac0fa9
child 50272 8a65b43457ab
permissions -rw-r--r--
dirstate: mark `clear` and `rebuild` as `require_changing_parents` Yeah, more scoping!

= Mercurial XXX =

== New Features ==

 * There is a new internal merge tool called `internal:union-other-first`.
   It works like `internal:union` but add other side on top of local.

== Default Format Change ==

These changes affect newly created repositories (or new clones) done with
Mercurial XXX.

== New Experimental Features ==

== Bug Fixes ==

== Backwards Compatibility Changes ==

== Internal API Changes ==

== Miscellaneous ==

 * pullbundle support no longer requires setting a server-side option,
   providing a .hg/pullbundles.manifest according to the syntax specified in
   'hg help -e clonebundles' is enough.