Rev 5328: Fix wrong bug number and clarify NEWS entries. in file:///home/vila/src/bzr/bugs/525571-lock-bazaar-conf-files/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Jun 30 10:07:59 BST 2010
At file:///home/vila/src/bzr/bugs/525571-lock-bazaar-conf-files/
------------------------------------------------------------
revno: 5328
revision-id: v.ladeuil+lp at free.fr-20100630090759-6047rybx25x86mtn
parent: v.ladeuil+lp at free.fr-20100630075952-hjvnjup19p1ixc07
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 525571-lock-bazaar-conf-files
timestamp: Wed 2010-06-30 11:07:59 +0200
message:
Fix wrong bug number and clarify NEWS entries.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2010-06-29 15:36:54 +0000
+++ b/NEWS 2010-06-30 09:07:59 +0000
@@ -36,12 +36,13 @@
New Features
************
-* ``bzr break-lock`` will now break configuration locks if the location
- provided contains a broken lock. (Vincent Ladeuil, #591215)
+* ``bzr break-lock`` now defines a --config parameter that is required
+ to break locks on config files. (Vincent Ladeuil, #525571)
* ``bzrlib.config.LockableConfig`` is a base class for config files that
- needs to be protected against multiple writers.
- (Vincent Ladeuil, #591215)
+ needs to be protected against multiple writers. All methods that
+ change a configuration variable value must be decorated with
+ @needs_write_lock. (Vincent Ladeuil, #525571)
* Support ``--directory`` option for a number of additional commands:
conflicts, merge-directive, missing, resolve, shelve, switch,
More information about the bazaar-commits
mailing list