diff -r b76fe277cef2 -r b3efdd407f30 tests/test-uncommit-interactive.t --- a/tests/test-uncommit-interactive.t Thu Oct 19 19:56:18 2017 +0200 +++ b/tests/test-uncommit-interactive.t Fri Oct 20 15:18:51 2017 +0200 @@ -302,7 +302,7 @@ $ hg amend $ glog - @ 7:905eb2a23ea2@default(draft) another one + @ 6:905eb2a23ea2@default(draft) another one | o 0:7733902a8d94@default(draft) The base commit @@ -445,9 +445,9 @@ undeleting a $ glog - @ 12:42cc15efbec2@default(draft) Added foo + @ 10:42cc15efbec2@default(draft) Added foo | - o 7:905eb2a23ea2@default(draft) another one + o 6:905eb2a23ea2@default(draft) another one | o 0:7733902a8d94@default(draft) The base commit @@ -517,15 +517,15 @@ ===================================================== $ glog - @ 18:25a080d13cb2@default(draft) Added x + @ 16:25a080d13cb2@default(draft) Added x | - o 12:42cc15efbec2@default(draft) Added foo + o 10:42cc15efbec2@default(draft) Added foo | - o 7:905eb2a23ea2@default(draft) another one + o 6:905eb2a23ea2@default(draft) another one | o 0:7733902a8d94@default(draft) The base commit - $ hg up 7 + $ hg up 6 0 files updated, 0 files merged, 2 files removed, 0 files unresolved $ touch bar @@ -597,7 +597,7 @@ patching file a Hunk #1 succeeded at 1 with fuzz 1 (offset -1 lines). - 2 new unstable changesets + 2 new orphan changesets $ hg diff diff -r 676366511f95 a