~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-02 08:39:13 UTC
  • mfrom: (4850.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091202083913-4nczjgrq71pkk0st
(vila) osutils.local_concurrency() can be overridden from command-line

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
memory consumption (50%) and garbage collector overhead (40% faster) for
246
246
many operations.
247
247
 
 
248
* A new ``--concurrency`` option has been added as well as an associated
 
249
  BZR_CONCURRENCY environment variable to specify the number of
 
250
  processes that can be run concurrently when running ``bzr selftest``. The
 
251
  command-line option overrides the environment variable if both are
 
252
  specified. If none is specified. the number of processes is obtained
 
253
  from the OS as before.  (Matt Nordhoff, Vincent Ladeuil)
 
254
 
248
255
Bug Fixes
249
256
*********
250
257