/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/lp_directory.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-14 13:56:45 UTC
  • mfrom: (6215 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6216.
  • Revision ID: jelmer@samba.org-20111014135645-phc3q3y21k2ks0s2
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
            else:
132
132
                # There are either 0 or > 2 path parts, neither of which is
133
133
                # supported for these schemes.
134
 
                raise errors.InvalidURL('Bad path: %s' % result.path)
 
134
                raise errors.InvalidURL('Bad path: %s' % url)
135
135
            # Expand any series shortcuts, but keep unknown series.
136
136
            series = distro_series.get(series, series)
137
137
            # Hack the url and let the following do the final resolution.