/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-08-16 02:55:04 UTC
  • mfrom: (1927 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1928.
  • Revision ID: mbp@sourcefrog.net-20060816025504-414f95d2ed1b1b41
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
785
785
            raise errors.UnsupportedProtocol(base, last_err)
786
786
        # This doesn't look like a protocol, consider it a local path
787
787
        new_base = urlutils.local_path_to_url(base)
788
 
        mutter('converting os path %r => url %s', base, new_base)
 
788
        # mutter('converting os path %r => url %s', base, new_base)
789
789
        return new_base
790
790
 
791
791
    # Catch any URLs which are passing Unicode rather than ASCII