Mercurial > evolve
comparison tests/test-extension-isolation.t @ 6548:445240ccb701
topic: add experimental.tns-default-pull-namespaces config option
This config option controls what topic namespaces get pulled by default.
The current default option is '*', which means all namespaces get pulled.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 27 Jul 2023 16:39:43 -0300 |
parents | a2855aff1268 |
children | 02f8c88f3d59 |
comparison
equal
deleted
inserted
replaced
6547:d13cfd9eb6c0 | 6548:445240ccb701 |
---|---|
131 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' | 131 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' |
132 [1] | 132 [1] |
133 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext' | 133 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext' |
134 _exttopics_heads | 134 _exttopics_heads |
135 ext-topics-publish=all | 135 ext-topics-publish=all |
136 ext-topics-tns-heads | |
136 topics | 137 topics |
137 topics-namespaces | 138 topics-namespaces |
138 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' | 139 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' |
139 [1] | 140 [1] |
140 | 141 |
146 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-both | egrep 'topics|evoext' | 147 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-both | egrep 'topics|evoext' |
147 _evoext_getbundle_obscommon | 148 _evoext_getbundle_obscommon |
148 _evoext_obshashrange_v1 | 149 _evoext_obshashrange_v1 |
149 _exttopics_heads | 150 _exttopics_heads |
150 ext-topics-publish=all | 151 ext-topics-publish=all |
152 ext-topics-tns-heads | |
151 topics | 153 topics |
152 topics-namespaces | 154 topics-namespaces |
153 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' | 155 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' |
154 _evoext_getbundle_obscommon | 156 _evoext_getbundle_obscommon |
155 _evoext_obshashrange_v1 | 157 _evoext_obshashrange_v1 |
156 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext' | 158 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext' |
157 _exttopics_heads | 159 _exttopics_heads |
158 ext-topics-publish=all | 160 ext-topics-publish=all |
161 ext-topics-tns-heads | |
159 topics | 162 topics |
160 topics-namespaces | 163 topics-namespaces |
161 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' | 164 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' |
162 _evoext_getbundle_obscommon | 165 _evoext_getbundle_obscommon |
163 _evoext_obshashrange_v1 | 166 _evoext_obshashrange_v1 |