~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

Add hook point for RemoteTransport as they don't use the _set_connection method

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                if 'hpss' in debug.debug_flags:
112
112
                    trace.mutter('hpss: Built a new medium: %s',
113
113
                                 medium.__class__.__name__)
 
114
                for hook in self.hooks["post_connect"]:
 
115
                    hook(self)
114
116
            self._shared_connection = transport._SharedConnection(medium,
115
117
                                                                  credentials,
116
118
                                                                  self.base)