113
113
def open_branch(self, ignore_fallbacks=None):
114
114
"""'create' a branch for this dir."""
115
115
repo = self.open_repository()
116
return branch.LocalGitBranch(self, repo, "HEAD", repo._git.head(),
116
return branch.LocalGitBranch(self, repo, "HEAD", self._lockfiles)
119
118
def open_repository(self, shared=False):
120
119
"""'open' a repository for this dir."""