~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 02:06:18 UTC
  • mfrom: (6018 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6020.
  • Revision ID: andrew.bennetts@canonical.com-20110711020618-gcjgoeb5azwjrnu6
MergeĀ lp:bzr/2.4.

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
 
59
66
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
60
67
  just compares the bytes in the dirstate file to its pristine state,
61
68
  rather than opening the WorkingTree and calling ``last_revision()``.