74
70
It does not support binding.
77
def initialize(self, a_bzrdir, name=None, repository=None,
73
def initialize(self, a_bzrdir, name=None, repository=None):
79
74
"""Create a branch of this format in a_bzrdir.
81
76
:param a_bzrdir: The bzrdir to initialize the branch in
82
77
:param name: Name of colocated branch to create, if any
83
78
:param repository: Repository for this branch (unused)
87
80
if repository is not None:
88
81
raise NotImplementedError(
89
82
"initialize(repository=<not None>) on %r" % (self,))