diff -r ca6940515485 -r b64eaf947632 mercurial/commands.py --- 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'))