tests/test-rebase-cache.t
changeset 23517 4f18e80d9c30
parent 23516 328afbad6e57
child 23518 2fb0504b8175
--- a/tests/test-rebase-cache.t	Sun Dec 07 20:04:45 2014 +0100
+++ b/tests/test-rebase-cache.t	Tue Dec 09 03:45:26 2014 +0100
@@ -105,6 +105,8 @@
   0: 'A' 
 
   $ hg rebase -s 5 -d 8
+  rebasing 5:635859577d0b "D"
+  rebasing 6:5097051d331d "E"
   saved backup bundle to $TESTTMP/a1/.hg/strip-backup/635859577d0b-backup.hg (glob)
 
   $ hg branches
@@ -166,6 +168,7 @@
   o  0: 'A'
   
   $ hg rebase -s 8 -d 6
+  rebasing 8:4666b71e8e32 "F" (tip)
   saved backup bundle to $TESTTMP/a2/.hg/strip-backup/4666b71e8e32-backup.hg (glob)
 
   $ hg branches
@@ -230,6 +233,8 @@
   o  0: 'A'
   
   $ hg rebase -s 7 -d 6
+  rebasing 7:653b9feb4616 "branch3"
+  rebasing 8:4666b71e8e32 "F" (tip)
   saved backup bundle to $TESTTMP/a3/.hg/strip-backup/653b9feb4616-backup.hg (glob)
 
   $ hg branches
@@ -475,6 +480,8 @@
   > true
   > EOF
   $ HGEDITOR="sh $TESTTMP/checkeditform.sh" hg rebase --dest 7 --source 5 -e
+  rebasing 5:361a99976cc9 "F"
   HGEDITFORM=rebase.merge
+  rebasing 8:326cfedc031c "I" (tip)
   HGEDITFORM=rebase.normal
   saved backup bundle to $TESTTMP/a3/c4/.hg/strip-backup/361a99976cc9-backup.hg (glob)