Mercurial > evolve
comparison tests/test-extension-isolation.t @ 5931:6357551cb66f stable
topic: announce ext-topics-publish capability in case of SSH and HTTP too
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 24 May 2021 14:26:42 +0800 |
parents | b56d07c41044 |
children | 0511ad9f0862 a2855aff1268 |
comparison
equal
deleted
inserted
replaced
5930:8d36bfe9968a | 5931:6357551cb66f |
---|---|
130 | 130 |
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 topics | 136 topics |
136 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' | 137 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' |
137 [1] | 138 [1] |
138 | 139 |
139 Check coupled isolation | 140 Check coupled isolation |
143 [1] | 144 [1] |
144 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-both | egrep 'topics|evoext' | 145 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-both | egrep 'topics|evoext' |
145 _evoext_getbundle_obscommon | 146 _evoext_getbundle_obscommon |
146 _evoext_obshashrange_v1 | 147 _evoext_obshashrange_v1 |
147 _exttopics_heads | 148 _exttopics_heads |
149 ext-topics-publish=all | |
148 topics | 150 topics |
149 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' | 151 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' |
150 _evoext_getbundle_obscommon | 152 _evoext_getbundle_obscommon |
151 _evoext_obshashrange_v1 | 153 _evoext_obshashrange_v1 |
152 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext' | 154 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext' |
153 _exttopics_heads | 155 _exttopics_heads |
156 ext-topics-publish=all | |
154 topics | 157 topics |
155 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' | 158 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' |
156 _evoext_getbundle_obscommon | 159 _evoext_getbundle_obscommon |
157 _evoext_obshashrange_v1 | 160 _evoext_obshashrange_v1 |
158 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' | 161 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' |