~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-20 22:36:26 UTC
  • mfrom: (5305.1.2 loomsupport)
  • Revision ID: pqm@pqm.ubuntu.com-20100620223626-sa26emhs7rjpba4h
(lifeless) A lazy-load support glue for Branch formats. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  plugins to intercept this even when a ``RemoteBranch`` proxy is in use.
93
93
  (Robert Collins, #201613)
94
94
 
 
95
* ``Branch`` formats can now be loaded lazily by registering a
 
96
  ``MetaDirBranchFormatFactory`` rather than an actual format. This will
 
97
  cause the named format class to be loaded only when an enumeration of
 
98
  formats is needed or when the format string for the object is
 
99
  encountered. (Robert Collins, Jelmer Vernooij)
 
100
 
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%