~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-02 13:49:39 UTC
  • mfrom: (3063.1.3 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071202134939-jvspioo8sh18aok3
TreeTransform.apply gives better errors when OSErrors occur (Belchenko)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
  BUGFIXES:
16
16
 
 
17
   * Catch OSError 17 (file exists) in final phase of tree transform and show
 
18
     filename to user.
 
19
     (Alexander Belchenko, #111758)
 
20
 
17
21
   * Catch ShortReadvErrors while using pycurl. Also make readv more robust by
18
22
     allowing multiple GET requests to be issued if too many ranges are
19
23
     required.