diff tests/test-topic-stack.t @ 6073:6b67f26f4667 mercurial-4.8

test-compat: merge mercurial-4.9 into mercurial-4.8 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 12 Oct 2021 13:46:30 +0300
parents 1f301a3062f5 e82ad19eb3cc
children 567cc86f2d01
line wrap: on
line diff
--- a/tests/test-topic-stack.t	Tue Oct 12 13:29:56 2021 +0300
+++ b/tests/test-topic-stack.t	Tue Oct 12 13:46:30 2021 +0300
@@ -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
 -------------------------------------