~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-07-11 10:13:36 UTC
  • mfrom: (6021.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110711101336-k498o31t08szd9e9
(vila) Move news entries from 2.4 to 2.5 for patches landed after 2.4
 fork (Vincent Ladeuil)

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)
59
71
 
60
72
..
61
73
   vim: tw=74 ft=rst ff=unix