~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

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
* `BranchBuilder.build_snapshot` now supports a "flush" action.  This
 
60
  cleanly and reliably allows tests using `BranchBuilder` to construct
 
61
  branches that e.g. rename files out of a directory and unversion that
 
62
  directory in the same revision.  Previously some changes were impossible
 
63
  due to the order that `build_snapshot` performs its actions.
 
64
  (Andrew Bennetts)
 
65
 
 
66
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
 
67
  just compares the bytes in the dirstate file to its pristine state,
 
68
  rather than opening the WorkingTree and calling ``last_revision()``.
 
69
  This reduces the overall test suite time by about 10% on my laptop.
 
70
  (Andrew Bennetts)
 
71
 
59
72
 
60
73
bzr 2.4b5
61
74
#########