~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-12-21 14:25:26 UTC
  • mto: This revision was merged to the branch mainline in revision 6397.
  • Revision ID: v.ladeuil+lp@free.fr-20111221142526-pnwau0xnalimujts
Provides MemoryStack to simplify configuration setup in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
* New matcher ``ContainsNoVfsCalls`` which filters a list of HPSS
143
143
  calls for VFS requests. (Jelmer Vernooij)
144
144
 
 
145
* New ``MemoryStack`` class allows for diskless tests and locally injected
 
146
  configuration stacks.  Lower level tests for predefined set of options can
 
147
  be written without setting up configuration files. (Vincent Ladeuil)
 
148
 
145
149
 
146
150
bzr 2.5b4
147
151
#########