878
894
from bzrlib.workingtree import WorkingTreeFormat
879
895
return WorkingTreeFormat.get_default_format().initialize(self, revision_id)
881
906
def _get_mkdir_mode(self):
882
907
"""Figure out the mode to use when creating a bzrdir subdir."""
883
908
temp_control = LockableFiles(self.transport, '', TransportLock)