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