~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-17 08:40:16 UTC
  • mfrom: (5642.4.6 712474-module-available)
  • Revision ID: pqm@pqm.ubuntu.com-20110817084016-600z65qzqmmt44w7
(vila) ModuleAvailableFeature don't try to imported already imported
 modules. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
* ``LockDir`` can now be run when the local hostname is ``localhost``.
197
197
  (Jelmer Vernooij, #825994)
198
198
 
 
199
* ``ModuleAvailableFeature`` won't try to import already imported modules,
 
200
  allowing it to be used for modules with side-effects.
 
201
  (Vincent Ladeuil, #712474)
 
202
 
199
203
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
200
204
  just compares the bytes in the dirstate file to its pristine state,
201
205
  rather than opening the WorkingTree and calling ``last_revision()``.