# HG changeset patch # User Manuel Jacob # Date 1595261059 -7200 # Node ID 189030efd7bbb9b3248382e05a240f297c5cc9a5 # Parent 045f5361bd12a58426acd0d2b168a94329772d15 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 diff -r 045f5361bd12 -r 189030efd7bb relnotes/next --- a/relnotes/next Mon Jul 20 17:57:31 2020 +0200 +++ b/relnotes/next Mon Jul 20 18:04:19 2020 +0200 @@ -24,14 +24,14 @@ == 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), and that Python - was compiled against a OpenSSL version supporting TLS 1.1 or TLS 1.2 - (likely this requires the OpenSSL version to be at least 1.0.1). - -* The `hg perfwrite` command from contrib/perf.py was made more flexible and - changed its default behavior. To get the previous behavior, run `hg perfwrite - --nlines=100000 --nitems=1 --item='Testing write performance' --batch-line`. + * Mercurial now requires at least Python 2.7.9 or a Python version that + backported modern SSL/TLS features (as defined in PEP 466), and that Python + was compiled against a OpenSSL version supporting TLS 1.1 or TLS 1.2 + (likely this requires the OpenSSL version to be at least 1.0.1). + + * The `hg perfwrite` command from contrib/perf.py was made more flexible and + changed its default behavior. To get the previous behavior, run `hg perfwrite + --nlines=100000 --nitems=1 --item='Testing write performance' --batch-line`. == Internal API Changes ==