~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2010-06-21 22:29:38 UTC
  • mfrom: (5230.1.5 340394-encoding-option)
  • mto: This revision was merged to the branch mainline in revision 5317.
  • Revision ID: robertc@robertcollins.net-20100621222938-2ca4dybx3c55huhn
Polish and adjust news for Martin's output_encoding branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
  formats is needed or when the format string for the object is
115
115
  encountered. (Robert Collins, Jelmer Vernooij)
116
116
 
 
117
* The encoding that bzr uses to output things other than file content can
 
118
  now be overridden via the output_encoding configuration option.
 
119
  (Martin Pool, #340394)
 
120
 
117
121
* Use lazy imports in ``bzrlib/merge.py`` so that plugins like ``news_merge``
118
122
  do not cause modules to be loaded unnecessarily just because the plugin
119
123
  registers a merge hook.  This improves ``bzr rocks`` time by about 25%
166
170
Testing
167
171
*******
168
172
 
 
173
* Add ``bzrlib.tests.fixtures`` to hold code for setting up objects
 
174
  to test.  (Martin Pool)
 
175
 
169
176
* ``test_import_tariff`` now respects BZR_PLUGINS_AT and BZR_PLUGINS_DISABLE.
170
177
  (Vincent Ladeuil, #595587)
171
178