relnotes/next
author Manuel Jacob <me@manueljacob.de>
Sun, 31 May 2020 11:41:03 +0200
changeset 44890 4942c1bdd080
parent 44887 61cdc8137d53
child 44893 95c832849955
permissions -rw-r--r--
sslutil: add FIXME about supportedprotocols possibly containing too many items

== New Features ==


== New Experimental Features ==


== Backwards Compatibility Changes ==

* Mercurial now requires at least Python 2.7.9 or a Python version that
  backported modern SSL/TLS features (as defined in PEP 466).


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