diff -r b64eaf947632 -r 4c28ddda5d48 tests/test-debugextensions.t --- a/tests/test-debugextensions.t Wed Aug 31 23:22:07 2016 +0900 +++ b/tests/test-debugextensions.t Fri Aug 26 23:31:17 2016 +0900 @@ -33,7 +33,6 @@ color location: */hgext/color.py* (glob) bundled: yes - tested with: internal ext1 location: */extwithoutinfos.py* (glob) bundled: no @@ -45,19 +44,15 @@ histedit location: */hgext/histedit.py* (glob) bundled: yes - tested with: internal mq location: */hgext/mq.py* (glob) bundled: yes - tested with: internal patchbomb location: */hgext/patchbomb.py* (glob) bundled: yes - tested with: internal rebase location: */hgext/rebase.py* (glob) bundled: yes - tested with: internal $ hg debugextensions -Tjson | sed 's|\\\\|/|g' [ @@ -66,7 +61,7 @@ "bundled": true, "name": "color", "source": "*/hgext/color.py*", (glob) - "testedwith": ["internal"] + "testedwith": [] }, { "buglink": "", @@ -87,28 +82,28 @@ "bundled": true, "name": "histedit", "source": "*/hgext/histedit.py*", (glob) - "testedwith": ["internal"] + "testedwith": [] }, { "buglink": "", "bundled": true, "name": "mq", "source": "*/hgext/mq.py*", (glob) - "testedwith": ["internal"] + "testedwith": [] }, { "buglink": "", "bundled": true, "name": "patchbomb", "source": "*/hgext/patchbomb.py*", (glob) - "testedwith": ["internal"] + "testedwith": [] }, { "buglink": "", "bundled": true, "name": "rebase", "source": "*/hgext/rebase.py*", (glob) - "testedwith": ["internal"] + "testedwith": [] } ]