/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 bzrlib/commands.py

[merge] robertc

Show diffs side-by-side

added added

removed removed

Lines of Context:
520
520
    if not opt_no_plugins:
521
521
        from bzrlib.plugin import load_plugins
522
522
        load_plugins()
 
523
    else:
 
524
        from bzrlib.plugin import disable_plugins
 
525
        disable_plugins()
523
526
 
524
527
    cmd = str(argv.pop(0))
525
528