/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

  • Committer: mbp at sourcefrog
  • Date: 2006-11-10 05:57:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2190.
  • Revision ID: mbp@sourcefrog.net-20061110055717-d0b21122c03c1301
record command-line arguments in .bzr.log, drop some mutter statements

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:
505
505
        Run under the Python lsprof profiler.
506
506
    """
507
507
    argv = list(argv)
 
508
    trace.mutter("bzr arguments: %r", argv)
508
509
 
509
510
    opt_lsprof = opt_profile = opt_no_plugins = opt_builtin =  \
510
511
                opt_no_aliases = False