~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

New call get_format_description to give a user-friendly description of a
format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    * Progress bars are now nested - see
119
119
      bzrlib.ui.ui_factory.nested_progress_bar. (Robert Collins, Robey Pointer)
120
120
 
 
121
    * New API call get_format_description() for each type of format.
 
122
      (Olaf Conradi)
 
123
 
121
124
  TESTING:
122
125
 
123
126
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead