relnotes/next
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 22 Jan 2020 03:17:06 +0530
changeset 44311 d3f776c4760e
parent 44269 d4c1501225c4
child 44335 9f8eddd2723f
permissions -rw-r--r--
py3: catch AttributeError too with ImportError Looks like py3 raises AttributeError instead of ImportError. This is caught on windows. Differential Revision: https://phab.mercurial-scm.org/D7965

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