tests/test-debugextensions.t
changeset 33525 a543d17dce03
parent 29893 4c28ddda5d48
child 36567 19ec5da944d5
--- 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 <<EOF
   > [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)