~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(spiv) Add a 'flush' action to BranchBuilder.build_snapshot. (Andrew
 Bennetts)

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
 
60
67
bzr 2.4b5
61
68
#########