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