~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-05-12 05:23:43 UTC
  • mto: (3407.2.18 controlfiles)
  • mto: This revision was merged to the branch mainline in revision 3445.
  • Revision ID: mbp@sourcefrog.net-20080512052343-jxvf7mlhzo3kftjq
Add BzrDir._get_file_mode and _get_dir_mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
 
7
  API CHANGES:
 
8
 
 
9
    * The default permissions for creating new files and directories 
 
10
      should now be obtained from ``BzrDir._get_file_mode()`` and 
 
11
      ``_get_dir_mode()``, rather than from LockableFiles.
 
12
      (Martin Pool)
7
13
 
8
14
IN DEVELOPMENT
9
15
--------------