tests/test-evolve-issue5832.t
branchmercurial-4.3
changeset 4174 e07e764c0f48
parent 4082 185770c10a4e
parent 4173 e268f7fd7839
--- a/tests/test-evolve-issue5832.t	Fri Oct 12 15:15:09 2018 +0200
+++ b/tests/test-evolve-issue5832.t	Fri Oct 12 15:20:54 2018 +0200
@@ -52,7 +52,7 @@
   0 files updated, 0 files merged, 3 files removed, 0 files unresolved
   $ echo foo > a
   $ hg amend
-  2 new orphan changesets
+  2 new unstable changesets
 
   $ hg up bde1d2b6b5e5
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
@@ -63,11 +63,11 @@
   $ echo d > d
   $ hg ci -Aqm "added d"
   $ hg glog
-  @  7:5841d7cf9893 added d
+  @  8:5841d7cf9893 added d
   |   () draft
-  | o  6:62fb70414f99 added c
+  | o  7:62fb70414f99 added c
   |/    () draft
-  | o  5:7014ec2829cd added a
+  | o  6:7014ec2829cd added a
   |/    () draft
   | o    4:b9b387427a53 merge commit
   | |\    () draft
@@ -84,11 +84,11 @@
   1 changesets pruned
 
   $ hg glog
-  @  7:5841d7cf9893 added d
+  @  8:5841d7cf9893 added d
   |   () draft
-  | o  6:62fb70414f99 added c
+  | o  7:62fb70414f99 added c
   |/    () draft
-  | o  5:7014ec2829cd added a
+  | o  6:7014ec2829cd added a
   |/    () draft
   | o    4:b9b387427a53 merge commit
   | |\    () draft
@@ -105,7 +105,7 @@
 
   $ hg evolve --dry-run --any --all
   move:[2] added b
-  atop:[5] added a
+  atop:[6] added a
   hg rebase -r a1da0651488c -d 7014ec2829cd
   could not solve instability, ambiguous destination: parent split across two branches
 
@@ -115,7 +115,7 @@
   > 0
   > EOF
   move:[2] added b
-  atop:[5] added a
+  atop:[6] added a
   move:[4] merge commit
   ancestor '7235ef625ea3' split over multiple topological branches.
   choose an evolve destination:
@@ -123,20 +123,20 @@
   1: [5841d7cf9893] added d
   q: quit the prompt
   enter the index of the revision you want to select: 0
-  move:[9] merge commit
-  atop:[6] added c
+  move:[10] merge commit
+  atop:[7] added c
   working directory is now at 28a0775ac832
 
   $ hg glog
-  @    10:28a0775ac832 merge commit
+  @    11:28a0775ac832 merge commit
   |\    () draft
-  | o  8:2baf8bae7ea4 added b
+  | o  9:2baf8bae7ea4 added b
   | |   () draft
-  | | o  7:5841d7cf9893 added d
+  | | o  8:5841d7cf9893 added d
   | | |   () draft
-  o---+  6:62fb70414f99 added c
+  o---+  7:62fb70414f99 added c
    / /    () draft
-  o /  5:7014ec2829cd added a
+  o /  6:7014ec2829cd added a
   |/    () draft
   o  0:bde1d2b6b5e5 added base
       () draft