comparison tests/test-topic.t @ 5672:12c53d7122a7

tests: remove trailing "!" from abort messages CORE-TEST-OUTPUT-UPDATE: 95c4cca641f6 CORE-TEST-OUTPUT-UPDATE: 50afeeeb7b79 CORE-TEST-OUTPUT-UPDATE: 122f0b59f5f0 CORE-TEST-OUTPUT-UPDATE: ca39c45014fa
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 02 Dec 2020 09:40:33 +0800
parents e5d91fd1f319
children ff84b99569b0
comparison
equal deleted inserted replaced
5671:8c5f2c37b911 5672:12c53d7122a7
647 $ cd ../brain 647 $ cd ../brain
648 $ hg topics 648 $ hg topics
649 * query (1 changesets) 649 * query (1 changesets)
650 $ hg pull ../pinky -r narf 650 $ hg pull ../pinky -r narf
651 pulling from ../pinky 651 pulling from ../pinky
652 abort: unknown revision 'narf'! 652 abort: unknown revision 'narf'
653 [255] 653 [255]
654 $ hg pull ../pinky -r default 654 $ hg pull ../pinky -r default
655 pulling from ../pinky 655 pulling from ../pinky
656 searching for changes 656 searching for changes
657 adding changesets 657 adding changesets
821 $ tlog 'topic(topic(fran))' 821 $ tlog 'topic(topic(fran))'
822 9: fran 822 9: fran
823 $ tlog 'topic(wdir())' 823 $ tlog 'topic(wdir())'
824 9: fran 824 9: fran
825 $ tlog 'topic(nonsense)' 825 $ tlog 'topic(nonsense)'
826 abort: unknown revision 'nonsense'! 826 abort: unknown revision 'nonsense'
827 [255] 827 [255]
828 828
829 Pattern matching in topic() revset 829 Pattern matching in topic() revset
830 $ tlog 'topic("re:nonsense")' 830 $ tlog 'topic("re:nonsense")'
831 $ tlog 'topic("literal:nonsense")' 831 $ tlog 'topic("literal:nonsense")'
832 abort: topic 'nonsense' does not exist! 832 abort: topic 'nonsense' does not exist
833 [255] 833 [255]
834 834
835 Deactivate the topic. 835 Deactivate the topic.
836 $ hg topics 836 $ hg topics
837 * fran (1 changesets) 837 * fran (1 changesets)