tests/test-topic-stack.t
changeset 2927 01cf426bd458
parent 2919 5b514ab2ab4e
child 2929 06844693bb21
--- a/tests/test-topic-stack.t	Mon Aug 07 23:22:41 2017 +0900
+++ b/tests/test-topic-stack.t	Thu Sep 14 20:33:03 2017 +0200
@@ -453,7 +453,7 @@
   o  0 default {} public c_a
   
 Converting into a linear chain
-  $ hg rebase -s 8 -d 15
+  $ hg rebase -s 'desc("c_e") - obsolete()' -d 'desc("c_h") - obsolete()'
   rebasing 8:215bc359096a "c_e"
   rebasing 9:ec9267b3f33f "c_f"
 
@@ -499,11 +499,11 @@
   |
   o  0 default {} public c_a
   
-  $ hg rebase -s 17 -d 18
+  $ hg rebase -s 'desc("c_f") - obsolete()' -d 'desc("c_e") - obsolete()'
   rebasing 17:77082e55de88 "c_f"
   switching to topic foo
   switching to topic foobar
-  $ hg rebase -s 14 -d 19
+  $ hg rebase -s 'desc("c_g") - obsolete()' -d 'desc("c_D") - obsolete()'
   rebasing 14:0c3e8aed985d "c_g"
   switching to topic foo
   rebasing 15:b9e4f3709bc5 "c_h"