39
bzr 2.1.0rc2 (not released yet)
40
###############################
48
* The new ``merge_file_content`` hook point has been altered to provide a
49
better API where state for extensions can be stored rather than the
50
too-simple function based approach. This fixes a performance regression
51
where branch configuration would be parsed per-file during merge. As
52
part of this the included news_merger has been refactored into a base
53
helper class ``bzrlib.merge.ConfigurableFileMerger``.
54
(Robert Collins, John Arbash Meinel, #513822)