~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-28 22:24:40 UTC
  • mfrom: (4659.1.3 test-speed)
  • Revision ID: pqm@pqm.ubuntu.com-20090828222440-jt2m0uvoy126e5kz
(robertc) Refactor server startup and cleanup registration in the
        test suite to reduce duplication. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
  a tree with content filtering where the size of the canonical form
207
207
  cannot be cheaply determined.  (Martin Pool)
208
208
 
 
209
* When manually creating transport servers in test cases, a new helper
 
210
  ``TestCase.start_server`` that registers a cleanup and starts the server
 
211
  should be used. (Robert Collins)
 
212
 
209
213
bzr 1.18
210
214
########
211
215