847
847
"""Create the default hooks."""
849
849
self.add_hook('pre_open',
850
850
"Invoked before attempting to open a ControlDir with the transport "
851
851
"that the open will use.", (1, 14))
852
852
self.add_hook('post_repo_init',
853
853
"Invoked after a repository has been initialized. "
854
854
"post_repo_init is called with a "
858
858
# install the default hooks