~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-08-31 09:33:51 UTC
  • mto: This revision was merged to the branch mainline in revision 6120.
  • Revision ID: v.ladeuil+lp@free.fr-20110831093351-2s900ohdtlhshhlq
Output time stamps while running ``make check`` to get better timings from pqm

Show diffs side-by-side

added added

removed removed

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