comparison 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
comparison
equal deleted inserted replaced
6072:5c921c26dc40 6073:6b67f26f4667
383 383
384 $ hg log -r 'stack(foobar)' 384 $ hg log -r 'stack(foobar)'
385 hg: parse error: stack takes no arguments, it works on current topic 385 hg: parse error: stack takes no arguments, it works on current topic
386 [255] 386 [255]
387 387
388 Stack relation subscript:
389
390 $ hg log -r 'foo#stack[0]'
391 1 default {} public c_b
392 $ hg log -r 's0 and foo#stack[0]'
393 1 default {} public c_b
394 $ hg log -r 'foo#stack[4]'
395 5 default {foo} draft c_f
396 $ hg log -r 's4 and foo#stack[4]'
397 5 default {foo} draft c_f
398
399 Case with multiple heads on the topic 388 Case with multiple heads on the topic
400 ------------------------------------- 389 -------------------------------------
401 390
402 Make things linear again 391 Make things linear again
403 392