/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/commands.py

  • Committer: Jelmer Vernooij
  • Date: 2020-07-28 00:32:38 UTC
  • mfrom: (7490.40.77 work)
  • mto: (7490.40.79 work)
  • mto: This revision was merged to the branch mainline in revision 7521.
  • Revision ID: jelmer@jelmer.uk-20200728003238-vx5u412hn72f18lr
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1160
1160
    debug.set_debug_flags_from_config()
1161
1161
 
1162
1162
    if not opt_no_plugins:
1163
 
        load_plugins()
 
1163
        from breezy import config
 
1164
        c = config.GlobalConfig()
 
1165
        warn_load_problems = not c.suppress_warning('plugin_load_failure')
 
1166
        load_plugins(warn_load_problems=warn_load_problems)
1164
1167
    else:
1165
1168
        disable_plugins()
1166
1169