~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-27 19:21:18 UTC
  • mfrom: (2045.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060927192118-9930ffc4445f28ae
[merge] Lukáš Lalinský: fix 'bzr serve' for win32

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
      needs_tree_write_lock is provided in the workingtree module. Like the
178
178
      needs_read_lock and needs_write_lock decorators this allows static 
179
179
      declaration of the locking requirements of a function to ensure that
180
 
      a lock is taken out for casual scripts. (Robert Collins)
 
180
      a lock is taken out for casual scripts. (Robert Collins, #54107)
181
181
 
182
182
    * All WorkingTree methods which write to the tree, but not to the branch
183
183
      have been converted to use ``needs_tree_write_lock`` rather than