[Request] [+ ] D8769: relnotes: fix indentation

mjacob (Manuel Jacob) phabricator at mercurial-scm.org
Mon Jul 20 21:33:50 UTC 2020


mjacob created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  The two points were written by me. For some reason, I missed the fact that the
  other points were indented by one space.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D8769

AFFECTED FILES
  relnotes/next

CHANGE DETAILS

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -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 ==



To: mjacob, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200720/0b0bc7b2/attachment.html>


More information about the Mercurial-patches mailing list