~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-13 14:12:19 UTC
  • mfrom: (6212 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6214.
  • Revision ID: jelmer@samba.org-20111013141219-ro2enod24w19vkg6
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1193
1193
        """Return the current default format."""
1194
1194
        return klass._default_format
1195
1195
 
 
1196
    def supports_transport(self, transport):
 
1197
        """Check if this format can be opened over a particular transport.
 
1198
        """
 
1199
        raise NotImplementedError(self.supports_transport)
 
1200
 
1196
1201
 
1197
1202
class Prober(object):
1198
1203
    """Abstract class that can be used to detect a particular kind of