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