changeset 29892 | b64eaf947632 |
parent 29890 | 31a6d5e14508 |
child 29893 | 4c28ddda5d48 |
--- a/mercurial/commands.py Wed Aug 31 23:36:37 2016 +0900 +++ b/mercurial/commands.py Wed Aug 31 23:22:07 2016 +0900 @@ -2420,6 +2420,10 @@ fm.condwrite(ui.verbose and extsource, 'source', _(' location: %s\n'), extsource or "") + if ui.verbose: + fm.plain(_(' bundled: %s\n') % ['no', 'yes'][isinternal]) + fm.data(bundled=isinternal) + fm.condwrite(ui.verbose and showtestedwith, 'testedwith', _(' tested with: %s\n'), fm.formatlist(showtestedwith, name='ver'))