~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        k_unsquished = k
77
77
    if k_unsquished not in plugin_cmds:
78
78
        plugin_cmds[k_unsquished] = cmd
79
 
        trace.mutter('registered plugin command %s', k_unsquished)
 
79
        ## trace.mutter('registered plugin command %s', k_unsquished)
80
80
        if decorate and k_unsquished in builtin_command_names():
81
81
            return _builtin_commands()[k_unsquished]
82
82
    elif decorate:
516
516
        Run under the Python lsprof profiler.
517
517
    """
518
518
    argv = list(argv)
 
519
    trace.mutter("bzr arguments: %r", argv)
519
520
 
520
521
    opt_lsprof = opt_profile = opt_no_plugins = opt_builtin =  \
521
522
                opt_no_aliases = False