comparison tests/test-topic.t @ 6053:be2008649675

branching: preserve test changes on stable CORE-TEST-OUTPUT-UPDATE: 5ced12cfa41b CORE-TEST-OUTPUT-UPDATE: 5105a9975407
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 12 Oct 2021 10:19:05 +0300
parents 1ac08311ae15
children 442771901e01 36a746dda93a
comparison
equal deleted inserted replaced
6052:1ac08311ae15 6053:be2008649675
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 [255] 822 [10]
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 [255] 828 [10]
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