Mercurial > evolve
comparison tests/test-topic.t @ 6052:1ac08311ae15 stable
test-compat: back out changeset 914fbbdb7418
CORE-TEST-OUTPUT-UPDATE: 5ced12cfa41b
CORE-TEST-OUTPUT-UPDATE: 5105a9975407
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 08 Oct 2021 15:48:20 +0300 |
parents | 6d29d97f4853 |
children | be2008649675 c0921b5277a0 |
comparison
equal
deleted
inserted
replaced
6051:0118b5e4010c | 6052:1ac08311ae15 |
---|---|
817 9: fran | 817 9: fran |
818 $ tlog 'topic(wdir())' | 818 $ tlog 'topic(wdir())' |
819 9: fran | 819 9: fran |
820 $ tlog 'topic(nonsense)' | 820 $ tlog 'topic(nonsense)' |
821 abort: unknown revision 'nonsense' | 821 abort: unknown revision 'nonsense' |
822 [10] | 822 [255] |
823 | 823 |
824 Pattern matching in topic() revset | 824 Pattern matching in topic() revset |
825 $ tlog 'topic("re:nonsense")' | 825 $ tlog 'topic("re:nonsense")' |
826 $ tlog 'topic("literal:nonsense")' | 826 $ tlog 'topic("literal:nonsense")' |
827 abort: topic 'nonsense' does not exist | 827 abort: topic 'nonsense' does not exist |
828 [10] | 828 [255] |
829 | 829 |
830 Deactivate the topic. | 830 Deactivate the topic. |
831 $ hg topics | 831 $ hg topics |
832 * fran (1 changesets) | 832 * fran (1 changesets) |
833 $ hg topics --clear | 833 $ hg topics --clear |