188
181
from bzrlib.plugins.git.workingtree import GitWorkingTree
194
return GitWorkingTree(self, repo, branch, index)
182
return GitWorkingTree(self, repo, self.open_branch(), index)
195
183
loc = urlutils.unescape_for_display(self.root_transport.base, 'ascii')
196
184
raise bzr_errors.NoWorkingTree(loc)