~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2011-07-11 01:24:24 UTC
  • mto: This revision was merged to the branch mainline in revision 6020.
  • Revision ID: andrew.bennetts@canonical.com-20110711012424-q5d4uq3zhx514s5v
Quick hack to make _check_safety_net much faster: check raw bytes of the safety net's dirstate against the known pristine state, rather than using WorkingTree.open(root).last_revision().

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
   suite.  This can include new facilities for writing tests, fixes to 
57
57
   spurious test failures and changes to the way things should be tested.
58
58
 
 
59
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
 
60
  just compares the bytes in the dirstate file to its pristine state,
 
61
  rather than opening the WorkingTree and calling ``last_revision()``.
 
62
  This reduces the overall test suite time by about 10% on my laptop.
 
63
  (Andrew Bennetts)
 
64
 
59
65
 
60
66
bzr 2.4b5
61
67
#########