~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

(jelmer) Various improvements to allow running bzr interface tests against
 foreign branch plugins. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        return self.user_transport.base
76
76
 
77
77
 
78
 
 
79
78
class ControlDir(ControlComponent):
80
79
    """A control directory.
81
80