~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2010-08-02 14:14:13 UTC
  • mto: This revision was merged to the branch mainline in revision 5389.
  • Revision ID: jelmer@samba.org-20100802141413-z1bti7u0mtwdx1i6
Docstrings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1499
1499
 
1500
1500
 
1501
1501
class BzrProber(Prober):
 
1502
    """Prober for formats that use a .bzr/ control directory."""
1502
1503
 
1503
1504
    _formats = {}
1504
1505
    """The known .bzr formats."""
1528
1529
 
1529
1530
 
1530
1531
class RemoteBzrProber(Prober):
 
1532
    """Prober for remote servers that provide a Bazaar smart server."""
1531
1533
 
1532
1534
    @classmethod
1533
1535
    def probe_transport(klass, transport):