tests/test-debugextensions.t
changeset 29703 3ef9aa7ad1fc
parent 28615 a6573503342d
child 29891 ca6940515485
equal deleted inserted replaced
29702:d29fbf97cc9f 29703:3ef9aa7ad1fc
    46   [
    46   [
    47    {
    47    {
    48     "buglink": "",
    48     "buglink": "",
    49     "name": "color",
    49     "name": "color",
    50     "source": "*/hgext/color.py*", (glob)
    50     "source": "*/hgext/color.py*", (glob)
    51     "testedwith": "internal"
    51     "testedwith": ["internal"]
    52    },
    52    },
    53    {
    53    {
    54     "buglink": "",
    54     "buglink": "",
    55     "name": "ext1",
    55     "name": "ext1",
    56     "source": "*/extwithoutinfos.py*", (glob)
    56     "source": "*/extwithoutinfos.py*", (glob)
    57     "testedwith": ""
    57     "testedwith": []
    58    },
    58    },
    59    {
    59    {
    60     "buglink": "",
    60     "buglink": "",
    61     "name": "histedit",
    61     "name": "histedit",
    62     "source": "*/hgext/histedit.py*", (glob)
    62     "source": "*/hgext/histedit.py*", (glob)
    63     "testedwith": "internal"
    63     "testedwith": ["internal"]
    64    },
    64    },
    65    {
    65    {
    66     "buglink": "",
    66     "buglink": "",
    67     "name": "mq",
    67     "name": "mq",
    68     "source": "*/hgext/mq.py*", (glob)
    68     "source": "*/hgext/mq.py*", (glob)
    69     "testedwith": "internal"
    69     "testedwith": ["internal"]
    70    },
    70    },
    71    {
    71    {
    72     "buglink": "",
    72     "buglink": "",
    73     "name": "patchbomb",
    73     "name": "patchbomb",
    74     "source": "*/hgext/patchbomb.py*", (glob)
    74     "source": "*/hgext/patchbomb.py*", (glob)
    75     "testedwith": "internal"
    75     "testedwith": ["internal"]
    76    },
    76    },
    77    {
    77    {
    78     "buglink": "",
    78     "buglink": "",
    79     "name": "rebase",
    79     "name": "rebase",
    80     "source": "*/hgext/rebase.py*", (glob)
    80     "source": "*/hgext/rebase.py*", (glob)
    81     "testedwith": "internal"
    81     "testedwith": ["internal"]
    82    }
    82    }
    83   ]
    83   ]
       
    84 
       
    85   $ hg debugextensions -T '{ifcontains("internal", testedwith, "", "{name}\n")}'
       
    86   ext1