~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-09-01 13:04:30 UTC
  • mfrom: (6112.3.1 837926-log-make-check)
  • Revision ID: pqm@pqm.ubuntu.com-20110901130430-vwqqnibolw6bewdf
(vila) Output time stamps while running ``make check`` to get better timings
 from pqm (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
  allowing it to be used for modules with side-effects.
261
261
  (Vincent Ladeuil, #712474)
262
262
 
 
263
* Output time stamps while running ``make check`` to get better timings from
 
264
  pqm.  (Vincent Ladeuil, #837926)
 
265
 
263
266
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
264
267
  just compares the bytes in the dirstate file to its pristine state,
265
268
  rather than opening the WorkingTree and calling ``last_revision()``.