/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/hooks.py

(jelmer) Add a post_connect hook for transports. (Bazaar Developers)

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    ('bzrlib.smart.client', '_SmartClient.hooks', 'SmartClientHooks'),
84
84
    ('bzrlib.smart.server', 'SmartTCPServer.hooks', 'SmartServerHooks'),
85
85
    ('bzrlib.status', 'hooks', 'StatusHooks'),
 
86
    ('bzrlib.transport', 'Transport.hooks', 'TransportHooks'),
86
87
    ('bzrlib.version_info_formats.format_rio', 'RioVersionInfoBuilder.hooks',
87
88
        'RioVersionInfoBuilderHooks'),
88
89
    ('bzrlib.merge_directive', 'BaseMergeDirective.hooks',