~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-08 03:00:11 UTC
  • mfrom: (4789.2.1 bzrdirvfswarning)
  • Revision ID: pqm@pqm.ubuntu.com-20091108030011-4ifz210jwrd3ewkv
(robertc) Extend -Dhpssvfs debugging support to BzrDir._ensure_real.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
Testing
56
56
*******
57
57
 
 
58
* -Dhpssvfs will now trigger on ``RemoteBzrDir._ensure_real``, providing
 
59
  more debugging of VFS access triggers. (Robert Collins)
 
60
 
58
61
* KnownFailure is now signalled to ``ExtendedTestResult`` using the same
59
62
  method that Python 2.7 uses - ``addExpectedFailure``. (Robert Collins)
60
63