##// END OF EJS Templates
relnotes: note that we now require modern SSL/TLS features in Python
relnotes: note that we now require modern SSL/TLS features in Python

File last commit:

r45423:61cdc813 default
r45423:61cdc813 default
Show More
next
19 lines | 477 B | text/plain | TextLexer
== 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.