1252
1252
def has_workingtree(self):
1253
1253
"""Tell if this bzrdir contains a working tree.
1258
1255
Note: if you're going to open the working tree, you should just go
1259
1256
ahead and try, and not ask permission first.
1261
1258
from bzrlib.workingtree import WorkingTreeFormat
1264
1261
except errors.NoWorkingTree: