/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/transport/__init__.py

  • Committer: Martin Pool
  • Date: 2006-06-20 05:32:16 UTC
  • mfrom: (1797 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1798.
  • Revision ID: mbp@sourcefrog.net-20060620053216-817857d7ca3e9d1f
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
706
706
            raise errors.InvalidURL(base, error_str % m.group('proto'))
707
707
        # This doesn't look like a protocol, consider it a local path
708
708
        new_base = urlutils.local_path_to_url(base)
709
 
        mutter('converting os path %r => url %s' , base, new_base)
 
709
        mutter('converting os path %r => url %s', base, new_base)
710
710
        return new_base
711
711
 
712
712
    # Catch any URLs which are passing Unicode rather than ASCII