~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-14 17:58:24 UTC
  • mfrom: (5254.1.5 urlutils-lp-support)
  • Revision ID: pqm@pqm.ubuntu.com-20100614175824-nq51rf1uetnut04t
Improved ``bzrlib.urlutils`` to handle lp:foo/bar URLs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
Compatibility Breaks
15
15
********************
16
16
 
 
17
* URLs like ``foo:bar/baz`` are now always parsed as a URL with scheme "foo"
 
18
  and path "bar/baz", even if bzr does not recognize "foo" as a known URL
 
19
  scheme.  Previously these URLs would be treated as local paths.
 
20
  (Gordon Tyler)
 
21
 
17
22
New Features
18
23
************
19
24
 
78
83
Internals
79
84
*********
80
85
 
 
86
* Improved ``bzrlib.urlutils`` to handle lp:foo/bar URLs. (Gordon Tyler)
 
87
 
81
88
Testing
82
89
*******
83
90