##// END OF EJS Templates
debugextensions: drop the color from the test...
Boris Feld -
r33525:a543d17d default
parent child Browse files
Show More
@@ -11,7 +11,6 b''
11
11
12 $ cat >> $HGRCPATH <<EOF
12 $ cat >> $HGRCPATH <<EOF
13 > [extensions]
13 > [extensions]
14 > color=
15 > histedit=
14 > histedit=
16 > patchbomb=
15 > patchbomb=
17 > rebase=
16 > rebase=
@@ -21,7 +20,6 b''
21 > EOF
20 > EOF
22
21
23 $ hg debugextensions
22 $ hg debugextensions
24 color
25 ext1 (untested!)
23 ext1 (untested!)
26 ext2 (3.2.1!)
24 ext2 (3.2.1!)
27 histedit
25 histedit
@@ -30,9 +28,6 b''
30 rebase
28 rebase
31
29
32 $ hg debugextensions -v
30 $ hg debugextensions -v
33 color
34 location: */hgext/color.py* (glob)
35 bundled: yes
36 ext1
31 ext1
37 location: */extwithoutinfos.py* (glob)
32 location: */extwithoutinfos.py* (glob)
38 bundled: no
33 bundled: no
@@ -58,13 +53,6 b''
58 [
53 [
59 {
54 {
60 "buglink": "",
55 "buglink": "",
61 "bundled": true,
62 "name": "color",
63 "source": "*/hgext/color.py*", (glob)
64 "testedwith": []
65 },
66 {
67 "buglink": "",
68 "bundled": false,
56 "bundled": false,
69 "name": "ext1",
57 "name": "ext1",
70 "source": "*/extwithoutinfos.py*", (glob)
58 "source": "*/extwithoutinfos.py*", (glob)
General Comments 0
You need to be logged in to leave comments. Login now