tests/test-rebase-scenario-global.t
changeset 20249 dc5157841361
parent 20117 aa9385f983fa
child 20335 e40520642e64
--- a/tests/test-rebase-scenario-global.t	Sun Nov 17 18:21:58 2013 -0500
+++ b/tests/test-rebase-scenario-global.t	Sun Nov 17 18:21:58 2013 -0500
@@ -235,7 +235,7 @@
 G onto G - rebase onto same changeset:
 
   $ hg rebase -b 6 -d 6
-  nothing to rebase
+  nothing to rebase - eea13746799a is both "base" and destination
   [1]
 
 G onto F - rebase onto an ancestor:
@@ -247,7 +247,7 @@
 F onto G - rebase onto a descendant:
 
   $ hg rebase -b 5 -d 6
-  nothing to rebase
+  nothing to rebase - "base" 24b6387c8c8c is already an ancestor of destination eea13746799a
   [1]
 
 C onto A - rebase onto an ancestor: