~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-14 03:01:25 UTC
  • mfrom: (4574.3.12 406113-extension-warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20090914030125-wichbbiuuk4260y4
(mbp) warnings if extensions can't be loaded

Show diffs side-by-side

added added

removed removed

Lines of Context:
1107
1107
        argv = new_argv
1108
1108
    ret = run_bzr_catch_errors(argv)
1109
1109
    trace.mutter("return code %d", ret)
 
1110
    osutils.report_extension_load_failures()
1110
1111
    return ret
1111
1112
 
1112
1113