view relnotes/next @ 44280:93a05cb223da

hgext: initial version of fastexport extension Differential Revision: https://phab.mercurial-scm.org/D7733
author Joerg Sonnenberger <joerg@bec.de>
date Wed, 18 Sep 2019 06:07:09 +0200
parents d4c1501225c4
children 9f8eddd2723f
line wrap: on
line source

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