equal
deleted
inserted
replaced
2418 fm.plain(' (%s!)\n' % lasttestedversion) |
2418 fm.plain(' (%s!)\n' % lasttestedversion) |
2419 |
2419 |
2420 fm.condwrite(ui.verbose and extsource, 'source', |
2420 fm.condwrite(ui.verbose and extsource, 'source', |
2421 _(' location: %s\n'), extsource or "") |
2421 _(' location: %s\n'), extsource or "") |
2422 |
2422 |
|
2423 if ui.verbose: |
|
2424 fm.plain(_(' bundled: %s\n') % ['no', 'yes'][isinternal]) |
|
2425 fm.data(bundled=isinternal) |
|
2426 |
2423 fm.condwrite(ui.verbose and showtestedwith, 'testedwith', |
2427 fm.condwrite(ui.verbose and showtestedwith, 'testedwith', |
2424 _(' tested with: %s\n'), |
2428 _(' tested with: %s\n'), |
2425 fm.formatlist(showtestedwith, name='ver')) |
2429 fm.formatlist(showtestedwith, name='ver')) |
2426 |
2430 |
2427 fm.condwrite(ui.verbose and extbuglink, 'buglink', |
2431 fm.condwrite(ui.verbose and extbuglink, 'buglink', |