~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Remove the only-used-once put_controlfiles, and change put_controlfile to put and put_utf8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
      Branch.working_tree() will raise 'errors.NoWorkingTree' if one cannot
83
83
      be obtained. (Robert Collins)
84
84
 
 
85
    * Branch.controlfile* logic has moved to lockablefiles.LockableFiles, which
 
86
      is exposed as Branch().control_files. Also this has been altered with the
 
87
      controlfile pre/suffix replaced by simple method names like 'get' and
 
88
      'put'. (Aaron Bentley, Robert Collins).
 
89
 
85
90
bzr 0.6 2005-10-28
86
91
 
87
92
  IMPROVEMENTS: