/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2010-06-18 04:37:50 UTC
  • mto: This revision was merged to the branch mainline in revision 5308.
  • Revision ID: robertc@robertcollins.net-20100618043750-ij6cdr2fudc71jjs
``Branch`` formats can now be loaded lazily by registering a
``MetaDirBranchFormatFactory`` rather than an actual format. This will
cause the named format class to be loaded only when an enumeration of
formats is needed or when the format string for the object is
encountered. (Robert Collins, Jelmer Vernooij)

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%