92
92
plugins to intercept this even when a ``RemoteBranch`` proxy is in use.
93
93
(Robert Collins, #201613)
95
101
* Use lazy imports in ``bzrlib/merge.py`` so that plugins like ``news_merge``
96
102
do not cause modules to be loaded unnecessarily just because the plugin
97
103
registers a merge hook. This improves ``bzr rocks`` time by about 25%