484
490
argv = [a.decode(bzrlib.user_encoding) for a in argv]
486
492
opt_lsprof = opt_profile = opt_no_plugins = opt_builtin = False
488
495
# --no-plugins is handled specially at a very early stage. We need
489
496
# to load plugins before doing other command parsing so that they
490
497
# can override commands, but this needs to happen first.
497
510
elif a == '--no-plugins':