~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Andrew Bennetts
  • Date: 2006-08-16 04:36:11 UTC
  • mfrom: (1927 +trunk)
  • mto: (1910.4.8 test-tweaks)
  • mto: This revision was merged to the branch mainline in revision 1936.
  • Revision ID: andrew.bennetts@canonical.com-20060816043611-7818a1909ab84498
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
460
460
        _unsupported is a private parameter to the BzrDir class.
461
461
        """
462
462
        t = get_transport(base)
463
 
        mutter("trying to open %r with transport %r", base, t)
 
463
        # mutter("trying to open %r with transport %r", base, t)
464
464
        format = BzrDirFormat.find_format(t)
465
465
        BzrDir._check_supported(format, _unsupported)
466
466
        return format.open(t, _found=True)