150
150
def open_workingtree(self, recommend_upgrade=True):
152
152
from dulwich.errors import NoIndexPresent
160
return GitWorkingTree(self, repo, self.open_branch(), index)
159
161
loc = urlutils.unescape_for_display(self.root_transport.base, 'ascii')
160
162
raise bzr_errors.NoWorkingTree(loc)