tests/test-extension-isolation.t
changeset 4660 b62ed7c69561
parent 4643 77f3699e711e
child 5139 19b8ffd23795
equal deleted inserted replaced
4659:4d2f8c99f23a 4660:b62ed7c69561
   119 
   119 
   120   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   120   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   121   [1]
   121   [1]
   122   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext'
   122   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext'
   123     _evoext_getbundle_obscommon
   123     _evoext_getbundle_obscommon
   124     _evoext_obshash_0
       
   125     _evoext_obshash_1
       
   126     _evoext_obshashrange_v1
   124     _evoext_obshashrange_v1
   127   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   125   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   128   [1]
   126   [1]
   129 
   127 
   130 Check topic isolation
   128 Check topic isolation
   142 
   140 
   143   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   141   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   144   [1]
   142   [1]
   145   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-both | egrep 'topics|evoext'
   143   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-both | egrep 'topics|evoext'
   146     _evoext_getbundle_obscommon
   144     _evoext_getbundle_obscommon
   147     _evoext_obshash_0
       
   148     _evoext_obshash_1
       
   149     _evoext_obshashrange_v1
   145     _evoext_obshashrange_v1
   150     topics
   146     topics
   151   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext'
   147   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext'
   152     _evoext_getbundle_obscommon
   148     _evoext_getbundle_obscommon
   153     _evoext_obshash_0
       
   154     _evoext_obshash_1
       
   155     _evoext_obshashrange_v1
   149     _evoext_obshashrange_v1
   156   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext'
   150   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext'
   157     topics
   151     topics
   158   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext'
   152   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext'
   159     _evoext_getbundle_obscommon
   153     _evoext_getbundle_obscommon
   160     _evoext_obshash_0
       
   161     _evoext_obshash_1
       
   162     _evoext_obshashrange_v1
   154     _evoext_obshashrange_v1
   163   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   155   $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext'
   164   [1]
   156   [1]
   165 
   157 
   166 Final cleanup
   158 Final cleanup