tests/test-topic-stack.t
branchmercurial-4.8
changeset 4865 31c481934138
parent 4782 8fcdf221b046
parent 4863 5cd7d16b8733
child 4868 f76141f3ce80
child 5161 58b225aa4298
--- a/tests/test-topic-stack.t	Fri Sep 27 13:03:14 2019 +0200
+++ b/tests/test-topic-stack.t	Fri Sep 27 13:03:16 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
 -------------------------------------