comparison relnotes/next @ 45190:189030efd7bb stable

relnotes: fix indentation The two points were written by me. For some reason, I missed the fact that the other points were indented by one space. Differential Revision: https://phab.mercurial-scm.org/D8769
author Manuel Jacob <me@manueljacob.de>
date Mon, 20 Jul 2020 18:04:19 +0200
parents 045f5361bd12
children fc54f52779dd
comparison
equal deleted inserted replaced
45189:045f5361bd12 45190:189030efd7bb
22 instructions to opt into this. 22 instructions to opt into this.
23 23
24 24
25 == Backwards Compatibility Changes == 25 == Backwards Compatibility Changes ==
26 26
27 * Mercurial now requires at least Python 2.7.9 or a Python version that 27 * Mercurial now requires at least Python 2.7.9 or a Python version that
28 backported modern SSL/TLS features (as defined in PEP 466), and that Python 28 backported modern SSL/TLS features (as defined in PEP 466), and that Python
29 was compiled against a OpenSSL version supporting TLS 1.1 or TLS 1.2 29 was compiled against a OpenSSL version supporting TLS 1.1 or TLS 1.2
30 (likely this requires the OpenSSL version to be at least 1.0.1). 30 (likely this requires the OpenSSL version to be at least 1.0.1).
31 31
32 * The `hg perfwrite` command from contrib/perf.py was made more flexible and 32 * The `hg perfwrite` command from contrib/perf.py was made more flexible and
33 changed its default behavior. To get the previous behavior, run `hg perfwrite 33 changed its default behavior. To get the previous behavior, run `hg perfwrite
34 --nlines=100000 --nitems=1 --item='Testing write performance' --batch-line`. 34 --nlines=100000 --nitems=1 --item='Testing write performance' --batch-line`.
35 35
36 36
37 == Internal API Changes == 37 == Internal API Changes ==
38 38
39 * logcmdutil.diffordiffstat() now takes contexts instead of nodes. 39 * logcmdutil.diffordiffstat() now takes contexts instead of nodes.