~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-07-15 09:22:16 UTC
  • mfrom: (6015.3.3 2.4)
  • mto: This revision was merged to the branch mainline in revision 6027.
  • Revision ID: v.ladeuil+lp@free.fr-20110715092216-etx2q5k3knsuaq6w
Merge 2.4 into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
   suite.  This can include new facilities for writing tests, fixes to 
59
59
   spurious test failures and changes to the way things should be tested.
60
60
 
 
61
* `BranchBuilder.build_snapshot` now supports a "flush" action.  This
 
62
  cleanly and reliably allows tests using `BranchBuilder` to construct
 
63
  branches that e.g. rename files out of a directory and unversion that
 
64
  directory in the same revision.  Previously some changes were impossible
 
65
  due to the order that `build_snapshot` performs its actions.
 
66
  (Andrew Bennetts)
 
67
 
 
68
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
 
69
  just compares the bytes in the dirstate file to its pristine state,
 
70
  rather than opening the WorkingTree and calling ``last_revision()``.
 
71
  This reduces the overall test suite time by about 10% on my laptop.
 
72
  (Andrew Bennetts)
 
73
 
 
74
 
61
75
bzr 2.4b5
62
76
#########
63
77