~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

(jelmer) Add ControlDirFormat.supports_transport(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1729
1729
        :return: None.
1730
1730
        """
1731
1731
 
 
1732
    def supports_transport(self, transport):
 
1733
        # bzr formats can be opened over all known transports
 
1734
        return True
 
1735
 
1732
1736
 
1733
1737
class BzrDirMetaFormat1(BzrDirFormat):
1734
1738
    """Bzr meta control format 1