35
* Use lazy imports in ``bzrlib/merge.py`` so that plugins like ``news_merge``
36
do not cause modules to be loaded unnecessarily just because the plugin
37
registers a merge hook. This improves ``bzr rocks`` time by about 25%
38
in a default installation (with just the core plugins).