1084
1084
"""Create the default hooks."""
1087
1087
"Invoked before attempting to open a BzrDir with the transport "
1088
"that the open will use.", (1, 14), None))
1090
1090
"Invoked after a repository has been initialized. "
1091
1091
"post_repo_init is called with a "
1092
1092
"bzrlib.bzrdir.RepoInitHookParams.",
1095
1095
# install the default hooks
1096
1096
BzrDir.hooks = BzrDirHooks()