1773
1774
There are 4 fields that hooks may wish to access:
1775
1776
:ivar format: the branch format
1777
1778
:ivar name: name of colocated branch, if any (or None)
1781
1786
def __init__(self, format, a_bzrdir, name, branch):
1782
1787
"""Create a group of BranchInitHook parameters.
1784
1789
:param format: the branch format
1786
1792
:param name: name of colocated branch, if any (or None)