~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-17 10:04:37 UTC
  • mfrom: (4449.2.6 339385-set-progress-bar)
  • Revision ID: pqm@pqm.ubuntu.com-20090617100437-gavn9zkum4dj5yjz
(mbp) resurrect BZR_PROGRESS_BAR

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
* ``Branch.set_append_revisions_only`` now works with branches on a smart
32
32
  server. (Andrew Bennetts, #365865)
33
33
 
 
34
* Progress bars are now suppressed again when the environment variable
 
35
  ``BZR_PROGRESS_BAR`` is set to ``none``.
 
36
  (Martin Pool, #339385)
 
37
 
34
38
Internals
35
39
*********
36
40
 
61
65
* Minor clarifications to the help for End-Of-Line conversions.
62
66
  (Ian Clatworthy)
63
67
 
 
68
API Changes
 
69
***********
 
70
 
 
71
* Removed overspecific error class ``InvalidProgressBarType``.
 
72
  (Martin Pool)
 
73
 
 
74
* The method ``ProgressView._show_transport_activity`` is now
 
75
  ``show_transport_activity`` because it's part of the contract between
 
76
  this class and the UI.  (Martin Pool)
 
77
 
64
78
 
65
79
bzr 1.16rc1 "It's yesterday in California" 2009-06-11
66
80
#####################################################