1080
1080
class BzrDirHooks(hooks.Hooks):
1081
1081
"""Hooks for BzrDir operations."""
1084
1084
"""Create the default hooks."""
1086
1086
self.add_hook('pre_open',
1087
1087
"Invoked before attempting to open a BzrDir with the transport "
1088
1088
"that the open will use.", (1, 14))