~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(andrew) Add bzrlib.merge.PerFileMerger to make it easier to write
        simple merge_file_content hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
API Changes
77
77
***********
78
78
 
 
79
* Added ``bzrlib.merge.PerFileMerger``, a more convenient way to write
 
80
  some kinds of ``merge_file_content`` hook functions.
 
81
  (Andrew Bennetts)
 
82
  
79
83
* `BzrDir`, `Branch`, `Repository` and `WorkingTree` now all support `user_url`,
80
84
  `user_transport`, `control_url` and `control_transport` members pointing
81
85
  respectively to the directory containing the ``.bzr`` control directory,