tests/test-topic-stack.t
branchmercurial-4.8
changeset 4671 63a816beee7e
parent 4511 e4fc3af2d0a9
parent 4658 89c1b739fabe
child 4674 3810ca63398f
child 4782 8fcdf221b046
--- a/tests/test-topic-stack.t	Wed Jun 05 17:38:32 2019 +0200
+++ b/tests/test-topic-stack.t	Wed Jun 05 17:39:32 2019 +0200
@@ -385,17 +385,6 @@
   hg: parse error: stack takes no arguments, it works on current topic
   [255]
 
-Stack relation subscript:
-
-  $ hg log -r 'foo#stack[0]'
-  1 default {} public c_b
-  $ hg log -r 's0 and foo#stack[0]'
-  1 default {} public c_b
-  $ hg log -r 'foo#stack[4]'
-  5 default {foo} draft c_f
-  $ hg log -r 's4 and foo#stack[4]'
-  5 default {foo} draft c_f
-
 Case with multiple heads on the topic
 -------------------------------------