/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: Toon Nolten
  • Date: 2009-12-29 19:50:12 UTC
  • mto: This revision was merged to the branch mainline in revision 4939.
  • Revision ID: toonn@skynet.be-20091229195012-zvqjb222e7po01oz
Solution to https://bugs.launchpad.net/bzr/+bug/257170; log now records the bazaar version

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__)
 
931
    
930
932
    argv = list(argv)
931
933
    trace.mutter("bzr arguments: %r", argv)
932
934