Mercurial > evolve
comparison tests/test-topic.t @ 6582:b1712eeb97c6 mercurial-5.9
test-compat: merge mercurial-6.0 into mercurial-5.9
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 13 Oct 2023 16:58:13 -0300 |
parents | cc688e806f56 faea18a26188 |
children | a62308fb15c1 752201811d5a |
comparison
equal
deleted
inserted
replaced
6581:cc688e806f56 | 6582:b1712eeb97c6 |
---|---|
838 9: fran | 838 9: fran |
839 $ tlog 'topic(wdir())' | 839 $ tlog 'topic(wdir())' |
840 9: fran | 840 9: fran |
841 $ tlog 'topic(nonsense)' | 841 $ tlog 'topic(nonsense)' |
842 abort: unknown revision 'nonsense' | 842 abort: unknown revision 'nonsense' |
843 [10] | 843 [255] |
844 | 844 |
845 Pattern matching in topic() revset | 845 Pattern matching in topic() revset |
846 $ tlog 'topic("re:nonsense")' | 846 $ tlog 'topic("re:nonsense")' |
847 $ tlog 'topic("literal:nonsense")' | 847 $ tlog 'topic("literal:nonsense")' |
848 abort: topic 'nonsense' does not exist | 848 abort: topic 'nonsense' does not exist |
849 [10] | 849 [255] |
850 | 850 |
851 Sanity checks for topicnamespace() revset | 851 Sanity checks for topicnamespace() revset |
852 | 852 |
853 $ tlog 'topicnamespace()' | 853 $ tlog 'topicnamespace()' |
854 | 854 |