~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lockable_files.py

  • Committer: Martin Pool
  • Date: 2009-07-27 05:39:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4587.
  • Revision ID: mbp@sourcefrog.net-20090727053901-mm7sq7foev2k6bjm
Doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    def _find_modes(self):
141
141
        """Determine the appropriate modes for files and directories.
142
142
 
143
 
        :deprecated: Replaced by BzrDir._find_modes.
 
143
        :deprecated: Replaced by BzrDir._find_creation_modes.
144
144
        """
145
145
        # XXX: The properties created by this can be removed or deprecated
146
146
        # once all the _get_text_store methods etc no longer use them.