~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-01 04:42:04 UTC
  • mfrom: (4314.2.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090501044204-tvp4oeoj89zr9fby
(robertc) Add debugging of lock activity during tests. (Robert
        Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  called before the first test is started, ``done`` called after the last
89
89
  test completes, and a new parameter ``strict``. (Robert Collins)
90
90
 
 
91
* -Dlock when passed to the selftest (e.g. ``bzr -Dlock selftest``) will
 
92
  cause mismatched physical locks to cause test errors rather than just
 
93
  reporting to the screen. (Robert Collins)
 
94
 
91
95
* Fallback ``CredentialStore`` instances registered with ``fallback=True``
92
96
  are now be able to provide credentials if obtaining credentials 
93
97
  via ~/.bazaar/authentication.conf fails. (Jelmer Vernooij,