~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-19 06:33:38 UTC
  • Revision ID: robertc@robertcollins.net-20051019063338-45b891502a09911c
The HTTP transport would return NoSuchFile inappropriately.

bzrlib.transport.http has been modified so that only 404 urllib errors
are returned as NoSuchFile. Other exceptions will propogate as normal.
This allows debuging of actual errors. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
      doing what it was intended to. See WorkingTree.__init__ for a comment
122
122
      about future directions. (Robert Collins/Martin Pool)
123
123
 
 
124
    * bzrlib.transport.http has been modified so that only 404 urllib errors
 
125
      are returned as NoSuchFile. Other exceptions will propogate as normal.
 
126
      This allows debuging of actual errors. (Robert Collins)
 
127
 
124
128
  BUG FIXES:
125
129
 
126
130
    * Better handling of branches in directories with non-ascii names.