~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.6.txt

  • Committer: Zearin
  • Date: 2010-11-12 22:43:38 UTC
  • mto: (5570.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5572.
  • Revision ID: zearin@users.sourceforge.net-20101112224338-x4dzw5gafju8txn5
Continued capitalization fixes.  (URL, URLs)

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
  are returned as NoSuchFile. Other exceptions will propagate as normal.
188
188
  This allows debuging of actual errors. (Robert Collins)
189
189
 
190
 
* bzrlib.transport.Transport now accepts *ONLY* url escaped relative paths
 
190
* bzrlib.transport.Transport now accepts *ONLY* URL-escaped relative paths
191
191
  to apis like 'put', 'get' and 'has'. This is to provide consistent
192
 
  behaviour - it operates on url's only. (Robert Collins)
 
192
  behaviour - it operates on URLs only. (Robert Collins)
193
193
 
194
194
* Transports can register using ``register_lazy_transport``, and they
195
195
  will be loaded when first used.  (Martin Pool)