Rev 4775: Make it clear that --concurrency is for selftest only (so far). in file:///home/vila/src/bzr/reviews/concurrency_env_variable/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Dec 2 07:52:47 GMT 2009
At file:///home/vila/src/bzr/reviews/concurrency_env_variable/
------------------------------------------------------------
revno: 4775
revision-id: v.ladeuil+lp at free.fr-20091202075247-44mdgk85x4roj5vq
parent: v.ladeuil+lp at free.fr-20091201165803-pd40hwml2qr9ea2z
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: concurrency_env_variable
timestamp: Wed 2009-12-02 08:52:47 +0100
message:
Make it clear that --concurrency is for selftest only (so far).
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2009-12-01 16:58:03 +0000
+++ b/NEWS 2009-12-02 07:52:47 +0000
@@ -21,10 +21,10 @@
* A new ``--concurrency`` option has been added as well as an associated
BZR_CONCURRENCY environment variable to specify the number of
- processes that can be run concurrently. The command-line option
- overrides the environment variable if both are specified. If none is
- specified. the number of processes is obtained from the OS as before.
- (Matt Nordhoff, Vincent Ladeuil)
+ processes that can be run concurrently when running ``bzr selftest``. The
+ command-line option overrides the environment variable if both are
+ specified. If none is specified. the number of processes is obtained
+ from the OS as before. (Matt Nordhoff, Vincent Ladeuil)
Bug Fixes
*********
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py 2009-12-01 16:53:42 +0000
+++ b/bzrlib/commands.py 2009-12-02 07:52:47 +0000
@@ -941,7 +941,7 @@
Generate line coverage report in the specified directory.
--concurrency
- Specify the number of processes that can be run concurrently.
+ Specify the number of processes that can be run concurrently (selftest).
"""
argv = list(argv)
trace.mutter("bzr arguments: %r", argv)
=== modified file 'bzrlib/help_topics/__init__.py'
--- a/bzrlib/help_topics/__init__.py 2009-12-01 16:53:42 +0000
+++ b/bzrlib/help_topics/__init__.py 2009-12-02 07:52:47 +0000
@@ -287,7 +287,7 @@
--builtin Use the built-in version of a command, not the plugin version.
This does not suppress other plugin effects.
--no-plugins Do not process any plugins.
---concurrency Number of processes that can be run concurrently.
+--concurrency Number of processes that can be run concurrently (selftest).
--profile Profile execution using the hotshot profiler.
--lsprof Profile execution using the lsprof profiler.
@@ -559,7 +559,7 @@
BZR_SSH SSH client: paramiko (default), openssh, ssh, plink.
BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).
BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).
-BZR_CONCURRENCY Number of processes that can be run concurrently.
+BZR_CONCURRENCY Number of processes that can be run concurrently (selftest).
================ =================================================================
"""
More information about the bazaar-commits
mailing list