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