~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-08 19:51:48 UTC
  • mfrom: (4345.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090508195148-cw1mw95i0qo39ggg
(vila) Fix some lock-related test failures

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
  via ~/.bazaar/authentication.conf fails. (Jelmer Vernooij, 
141
141
  Vincent Ladeuil, #321918)
142
142
 
 
143
* New hook ``Lock.lock_broken`` which runs when a lock is
 
144
  broken. This is mainly for testing that lock/unlock are
 
145
  balanced in tests. (Vincent Ladeuil)
 
146
 
143
147
* New smart server verb ``BzrDir.initialize_ex`` which implements a
144
148
  refactoring to the core of clone allowing less round trips on new
145
149
  branches. (Robert Collins)