~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

 * Hook up the new remote method ``RemoteBzrDir.find_repositoryV2`` so
   that it is now attempted first when lookup up repositories, leading to
   an extra round trip on older bzr smart servers but supporting the
   feature on newer servers. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        If a bzrdir is not present, an exception is propogated
112
112
        rather than 'no branch' because these are different conditions.
113
113
 
114
 
        This is the second edition of this method introduced in bzr 1.2, which
 
114
        This is the second edition of this method introduced in bzr 1.3, which
115
115
        returns information about the supports_external_lookups format
116
116
        attribute too.
117
117