~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Martin Pool
  • Date: 2009-03-24 04:49:51 UTC
  • mfrom: (3407.2.20 controlfiles)
  • mto: This revision was merged to the branch mainline in revision 4202.
  • Revision ID: mbp@sourcefrog.net-20090324044951-k5h6x6u0zz4721m5
bzrdir takes responsibility for file/directory unix modes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1975
1975
                pass
1976
1976
        else:
1977
1977
            self._transport.put_bytes('no-working-trees', '',
1978
 
                mode=self.control_files._file_mode)
 
1978
                mode=self.bzrdir._get_file_mode())
1979
1979
    
1980
1980
    def make_working_trees(self):
1981
1981
        """Returns the policy for making working trees on new branches."""