# HG changeset patch # User Pierre-Yves David # Date 1618927939 -7200 # Node ID 65d18001cfbfac6864218465681ce24fb51c34b7 # Parent 1064022453016c16a6f2ce3f47a407975ee84bc9 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 diff -r 106402245301 -r 65d18001cfbf relnotes/next --- 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 ==