/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2011-07-12 23:32:24 UTC
  • mto: (6015.3.2 2.4)
  • mto: This revision was merged to the branch mainline in revision 6027.
  • Revision ID: andrew.bennetts@canonical.com-20110712233224-sb298q4qqk344xtx
Backport lp:bzr r6018: Add a 'flush' action to BranchBuilder.build_snapshot.

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
#########