883
899
from bzrlib.workingtree import WorkingTreeFormat
884
900
return WorkingTreeFormat.get_default_format().initialize(self, revision_id)
886
911
def _get_mkdir_mode(self):
887
912
"""Figure out the mode to use when creating a bzrdir subdir."""
888
913
temp_control = LockableFiles(self.transport, '', TransportLock)