diff -r 4d2f8c99f23a -r b62ed7c69561 tests/test-extension-isolation.t --- a/tests/test-extension-isolation.t Sat Jun 01 02:30:14 2019 +0200 +++ b/tests/test-extension-isolation.t Tue Jun 04 11:08:44 2019 +0200 @@ -121,8 +121,6 @@ [1] $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' _evoext_getbundle_obscommon - _evoext_obshash_0 - _evoext_obshash_1 _evoext_obshashrange_v1 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' [1] @@ -144,21 +142,15 @@ [1] $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-both | egrep 'topics|evoext' _evoext_getbundle_obscommon - _evoext_obshash_0 - _evoext_obshash_1 _evoext_obshashrange_v1 topics $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' _evoext_getbundle_obscommon - _evoext_obshash_0 - _evoext_obshash_1 _evoext_obshashrange_v1 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-topic | egrep 'topics|evoext' topics $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-evo | egrep 'topics|evoext' _evoext_getbundle_obscommon - _evoext_obshash_0 - _evoext_obshash_1 _evoext_obshashrange_v1 $ hg debugcapabilities http://$LOCALIP:$HGPORT/repo-no-ext | egrep 'topics|evoext' [1]