~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Alexander Belchenko
  • Date: 2006-12-19 08:26:36 UTC
  • mfrom: (2198 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2204.
  • Revision ID: bialix@ukr.net-20061219082636-xbb55np3wnamva8t
merge 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:
528
528
        Run under the Python lsprof profiler.
529
529
    """
530
530
    argv = list(argv)
 
531
    trace.mutter("bzr arguments: %r", argv)
531
532
 
532
533
    opt_lsprof = opt_profile = opt_no_plugins = opt_builtin =  \
533
534
                opt_no_aliases = False