1666
1666
return b.bzrdir.create_workingtree()
1667
1667
except errors.NotLocalUrl:
1668
1668
# We can only make working trees locally at the moment. If the
1677
1675
def assertIsDirectory(self, relpath, transport):
1678
1676
"""Assert that relpath within transport is a directory.