~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-10-29 03:32:42 UTC
  • mto: (4634.77.13 2.0)
  • mto: This revision was merged to the branch mainline in revision 4777.
  • Revision ID: andrew.bennetts@canonical.com-20091029033242-qchkabbtlg8q6q94
Fix ObjectNotLocked error during 'bzr log' by acquiring branch read lock as soon as cmd_log acquires the branch, only releasing it at the end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
* Fix typos left after test_selftest refactoring.
33
33
  (Vincent Ladeuil, Matt Nordhoff, #461149)
34
34
 
 
35
* Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``.
 
36
  (Andrew Bennetts, #445171)
 
37
  
35
38
* PreviewTree file names are not limited by the encoding of the temp
36
39
  directory's filesystem. (Aaron Bentley, #436794)
37
40
 
38
41
Improvements
39
42
************
40
43
 
 
44
* ``bzr log`` now read-locks branches exactly once, so makes better use of
 
45
  data caches.  (Andrew Bennetts)
 
46
 
41
47
Documentation
42
48
*************
43
49