comparison tests/test-topic.t @ 6533:3d16c9a8cf3a

topic: update topic namespace revset to use "none" as the default/empty value Follow-up for 963471ebe26a.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 17 Jul 2023 14:34:59 -0300
parents 0c780d972350
children ae7c75c43f92
comparison
equal deleted inserted replaced
6532:9ed87a0d93c7 6533:3d16c9a8cf3a
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 [10]
850
851 Sanity checks for topicnamespace() revset
852
853 $ tlog 'topicnamespace()'
850 854
851 Deactivate the topic. 855 Deactivate the topic.
852 $ hg topics 856 $ hg topics
853 * fran (1 changesets) 857 * fran (1 changesets)
854 $ hg topics --clear 858 $ hg topics --clear