changeset 46998:65d18001cfbf stable

relnote: clarify the backward compatibility entry about p1/p2 swap The previous message might read a bit scary. So we clarify that the nodeid are not affected. Differential Revision: https://phab.mercurial-scm.org/D10496
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 20 Apr 2021 16:12:19 +0200
parents 106402245301
children 035c06f9fddf
files relnotes/next
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/next	Tue Apr 20 23:31:36 2021 -0400
+++ b/relnotes/next	Tue Apr 20 16:12:19 2021 +0200
@@ -31,7 +31,7 @@
    repositories violate this condition. The revlog code will now
    silentely swap the parents if this condition is tested. This can
    change the output of `hg log` when explicitly asking for first or
-   second parent.
+   second parent. The changesets "nodeid" are not affected.
 
 
 == Internal API Changes ==