~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-27 13:20:24 UTC
  • mfrom: (4650.1.9 test-speed)
  • Revision ID: pqm@pqm.ubuntu.com-20090827132024-h13eo7blndo2dfpl
(robertc) Detangle core logic inselftest to make it more
        understandable and compatible with current python. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  classes changed to manage lock lifetime of the trees they open in a way
91
91
  consistent with reader-exclusive locks. (Robert Collins, #305006)
92
92
 
 
93
* ``bzrlib.tests`` now uses ``stopTestRun`` for its ``TestResult``
 
94
  subclasses - the same as python's unittest module. (Robert Collins)
 
95
 
93
96
Internals
94
97
*********
95
98