~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-15 13:49:38 UTC
  • mfrom: (6060.3.1 fix-last-revno-args)
  • Revision ID: pqm@pqm.ubuntu.com-20110815134938-4fuo63g4v2hj8jdt
(jelmer) Cope with the localhost having the name 'localhost' when running
 the test suite. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
 
191
191
* Fix compatibility with testtools 0.9.12. (Jelmer Vernooij, #815423)
192
192
 
 
193
* ``LockDir`` can now be run when the local hostname is ``localhost``.
 
194
  (Jelmer Vernooij, #825994)
 
195
 
193
196
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
194
197
  just compares the bytes in the dirstate file to its pristine state,
195
198
  rather than opening the WorkingTree and calling ``last_revision()``.