bzr 2.1.0rc2

Bazaar

bzr 2.1.0rc2

Codename:after the bubbles
2.1.0rc2:2010-01-29

This is a quick-turn-around to update a small issue with our new per-file merge hook. We expect no major changes from this to the final 2.1.0.

API Changes

  • The new merge_file_content hook point has been altered to provide a better API where state for extensions can be stored rather than the too-simple function based approach. This fixes a performance regression where branch configuration would be parsed per-file during merge. As part of this the included news_merger has been refactored into a base helper class bzrlib.merge.ConfigurableFileMerger. (Robert Collins, John Arbash Meinel, #513822)