Mercurial > evolve
comparison tests/test-topic-stack.t @ 5765:98e87c181e0f mercurial-4.8
test-compat: merge mercurial-4.9 into mercurial-4.8
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 31 Jan 2021 16:06:16 +0800 |
parents | f0ce31fcb630 c2c85576ddfb |
children | 1f301a3062f5 |
comparison
equal
deleted
inserted
replaced
5764:785b5be835ee | 5765:98e87c181e0f |
---|---|
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 |