~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-03 17:45:55 UTC
  • mfrom: (6042.2.4 testtools-0.9.12)
  • Revision ID: pqm@pqm.ubuntu.com-20110803174555-pmpu6ms4lgjudxzf
(jelmer) Fix support for testtools 0.9.12. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
  due to the order that `build_snapshot` performs its actions.
143
143
  (Andrew Bennetts)
144
144
 
 
145
* Fix compatibility with testtools 0.9.12. (Jelmer Vernooij, #815423)
 
146
 
145
147
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
146
148
  just compares the bytes in the dirstate file to its pristine state,
147
149
  rather than opening the WorkingTree and calling ``last_revision()``.