~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-05-10 06:09:58 UTC
  • Revision ID: mbp@sourcefrog.net-20050510060958-59c8f450a60881d8
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
        and binary.  binary files are untranslated byte streams.  Text
214
214
        control files are stored with Unix newlines and in UTF-8, even
215
215
        if the platform or locale defaults are different.
 
216
 
 
217
        Controlfiles should almost never be opened in write mode but
 
218
        rather should be atomically copied and replaced using atomicfile.
216
219
        """
217
220
 
218
221
        fn = self.controlfilename(file_or_path)