111
111
get_repository_transport = get_branch_transport
112
112
get_workingtree_transport = get_branch_transport
115
115
"""'create' a branch for this dir."""
116
116
repo = self.open_repository()
117
117
from bzrlib.plugins.git.branch import LocalGitBranch
118
return LocalGitBranch(self, repo, "HEAD", self._lockfiles)
120
return LocalGitBranch(self, repo, name, self._lockfiles)
120
128
def open_repository(self, shared=False):
121
129
"""'open' a repository for this dir."""