~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: John Arbash Meinel
  • Date: 2006-04-27 15:15:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060427151502-70d67d3725ca02e5
BzrDir works in URLs, but WorkingTree works in unicode paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
444
444
        If there is one and it is either an unrecognised format or an unsupported 
445
445
        format, UnknownFormatError or UnsupportedFormatError are raised.
446
446
        If there is one, it is returned, along with the unused portion of url.
 
447
 
 
448
        :return: The BzrDir and the remaining portion of the URL 
 
449
                which specifies the rest of the path.
447
450
        """
448
451
        # this gets the normalised url back. I.e. '.' -> the full path.
449
452
        url = a_transport.base