126
126
def is_control_filename(self, filename):
127
127
return filename == '.git' or filename.startswith('.git/')
130
130
if branch_format is None:
132
132
if isinstance(branch_format, LocalGitBzrDirFormat):
134
134
raise bzr_errors.IncompatibleFormat(branch_format, self._format)
139
150
def _open_branch(self, name=None, ignore_fallbacks=None, unsupported=False):
140
151
"""'create' a branch for this dir."""