~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-09-29 20:56:18 UTC
  • mto: This revision was merged to the branch mainline in revision 5452.
  • Revision ID: john@arbash-meinel.com-20100929205618-qlldxw4ykwt5511n
Move the new NEWS entry to the appropriate section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
Bug Fixes
31
31
*********
 
32
 
 
33
* ``bzr break-lock --force`` breaks the lock without prompting.  (Before
 
34
  using this, make sure the process holding the lock really is dead.)
 
35
  (Martin Pool, #392315)
 
36
 
32
37
* Skip tests that needs a bzr source tree when there isn't one. This is
33
38
  needed to succesfully run the test suite for installed versions.
34
39
  (Vincent Ladeuil, #644855).
228
233
* ``bzr break-lock --config [location]`` can now break config files
229
234
  locks. (Vincent Ladeuil, #525571)
230
235
 
231
 
* ``bzr break-lock --force`` breaks the lock without prompting.  (Before
232
 
  using this, make sure the process holding the lock really is dead.)
233
 
  (Martin Pool, #392315)
234
 
 
235
236
* ``bzrlib.config.LockableConfig`` is a base class for config files that
236
237
  needs to be protected against multiple writers. All methods that
237
238
  change a configuration variable value must be decorated with