~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-07 07:18:20 UTC
  • mfrom: (4926.2.5 log-bzr-version)
  • Revision ID: pqm@pqm.ubuntu.com-20100107071820-8rn58yjf0444bh5h
(__monty__) Write the version of bzr to the log file,
        and fix some doc typos. (#257170)

Show diffs side-by-side

added added

removed removed

Lines of Context:
927
927
    --concurrency
928
928
        Specify the number of processes that can be run concurrently (selftest).
929
929
    """
 
930
    trace.mutter("bazaar version: " + bzrlib.__version__)
930
931
    argv = list(argv)
931
932
    trace.mutter("bzr arguments: %r", argv)
932
933