diff tests/test-topic-stack.t @ 5316:ae4dbbf2b929 mercurial-4.8

test-compat: merge mercurial-4.9 into mercurial-4.8
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 08 May 2020 20:36:32 +0800
parents 58b225aa4298 e6e92835d42d
children f0ce31fcb630
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Fri May 08 20:36:31 2020 +0800
+++ b/tests/test-topic-stack.t	Fri May 08 20:36:32 2020 +0800
@@ -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
 -------------------------------------