~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-24 01:20:27 UTC
  • mfrom: (1681.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060424012027-0017c749480ad462
Make TextUIFactory allow selection of the progress bar type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
 
159
159
    * WorkingTree.branch is now a read only property.  (Robert Collins)
160
160
 
 
161
    * bzrlib.ui.text.TextUIFactory now accepts a bar_type parameter which
 
162
      can be None or a factory that will create a progress bar. This is
 
163
      useful for testing or for overriding the bzrlib.progress heuristic.
 
164
      (Robert Collins)
 
165
 
161
166
  TESTING:
162
167
 
163
168
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead