relnotes/next
author Manuel Jacob <me@manueljacob.de>
Sat, 30 May 2020 03:46:59 +0200
changeset 44873 47b3c8383cc1
parent 44856 b7808443ed6a
child 44887 61cdc8137d53
permissions -rw-r--r--
sslutil: set `_canloaddefaultcerts` to `True` if `ssl.SSLContext` is present The `load_default_certs()` method was already present when `ssl.SSLContext` was backported to Python 2.7 (https://hg.python.org/cpython/rev/221a1f9155e2).

== New Features ==


== New Experimental Features ==


== Backwards Compatibility Changes ==


== Internal API Changes ==

 * logcmdutil.diffordiffstat() now takes contexts instead of nodes.

 * The `mergestate` class along with some related methods and constants have
   moved from `mercurial.merge` to a new `mercurial.mergestate` module.