Mercurial > evolve
comparison tests/test-topic.t @ 5755:08c30eef85d3 mercurial-5.6
tests: back out changeset d0f73113fcc0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 28 Jan 2021 18:57:49 +0800 |
parents | 8e4f6354b316 |
children | 6ce036cb7fd4 fd039a7f0c3c |
comparison
equal
deleted
inserted
replaced
5754:03410b04cf10 | 5755:08c30eef85d3 |
---|---|
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) |