307
307
control = bzrdir.BzrDir.open(path, _unsupported)
308
308
return control.open_workingtree(_unsupported)
311
311
def open_containing(path=None):
312
312
"""Open an existing working tree which has its root about path.
314
314
This probes for a working tree at path and searches upwards from there.
316
316
Basically we keep looking up until we find the control directory or