~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-08 00:37:41 UTC
  • mfrom: (1594.2.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060308003741-08afccbf89005e87
Merge in :
 * Knit repositories use knits
 * Nested progress bar support.
 * Ghost aware graph api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
      be checked, if you need to determine whether a given callable is 
85
85
      deprecated at runtime. (Robert Collins)
86
86
 
 
87
    * Progress bars are now nested - see
 
88
      bzrlib.ui.ui_factory.nested_progress_bar. (Robert Collins, Robey Pointer)
 
89
 
87
90
  TESTING:
88
91
 
89
92
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead