relnotes/next
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 24 Jan 2020 10:39:55 -0800
changeset 44272 17e12938f8e7
parent 44269 d4c1501225c4
child 44335 9f8eddd2723f
permissions -rw-r--r--
copies: print debug information about copies per side/branch Differential Revision: https://phab.mercurial-scm.org/D7987

== New Features ==


== New Experimental Features ==


== Bug Fixes  ==


== Backwards Compatibility Changes ==


== Internal API Changes ==

 * The deprecated `ui.progress()` has now been deleted. Please use
   `ui.makeprogress()` instead.

 * `hg.merge()` has lost its `abort` argument. Please call
   `hg.abortmerge()` directly instead.

 * The `*others` argument of `cmdutil.check_incompatible_arguments()`
   changed from being varargs argument to being a single collection.