~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-02 04:49:28 UTC
  • mfrom: (4491.2.9 340347-log-decorator)
  • Revision ID: pqm@pqm.ubuntu.com-20090702044928-90mv3s7kk139lbsf
(mbp) fix log+ transport decorator

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
  transforms.
76
76
  (Craig Hewetson, Martin Pool, #218206)
77
77
 
 
78
* The ``log+`` decorator, useful in debugging or profiling, could cause
 
79
  "AttributeError: 'list' object has no attribute 'next'".  This is now
 
80
  fixed.  The log decorator no longer shows the elapsed time or transfer
 
81
  rate because they're available in the log prefixes and the transport
 
82
  activity display respectively.
 
83
  (Martin Pool, #340347)
 
84
 
78
85
* Progress bars are now suppressed again when the environment variable
79
86
  ``BZR_PROGRESS_BAR`` is set to ``none``.
80
87
  (Martin Pool, #339385)