~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-23 08:14:21 UTC
  • mfrom: (5311.4.1 encoding-option)
  • Revision ID: pqm@pqm.ubuntu.com-20100623081421-53539k281zgrktsu
(lifeless) Polish and adjust news for Martin's output_encoding branch.
 (Robert Collins)

Show diffs side-by-side

added added

removed removed

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