diff -r a89f8329e0b0 -r a543d17dce03 tests/test-debugextensions.t --- a/tests/test-debugextensions.t Fri Jun 30 03:30:13 2017 +0200 +++ b/tests/test-debugextensions.t Sat Jul 15 20:31:52 2017 +0200 @@ -11,7 +11,6 @@ $ cat >> $HGRCPATH < [extensions] - > color= > histedit= > patchbomb= > rebase= @@ -21,7 +20,6 @@ > EOF $ hg debugextensions - color ext1 (untested!) ext2 (3.2.1!) histedit @@ -30,9 +28,6 @@ rebase $ hg debugextensions -v - color - location: */hgext/color.py* (glob) - bundled: yes ext1 location: */extwithoutinfos.py* (glob) bundled: no @@ -58,13 +53,6 @@ [ { "buglink": "", - "bundled": true, - "name": "color", - "source": "*/hgext/color.py*", (glob) - "testedwith": [] - }, - { - "buglink": "", "bundled": false, "name": "ext1", "source": "*/extwithoutinfos.py*", (glob)