~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-09-28 01:53:23 UTC
  • mfrom: (2049 +trunk)
  • mto: (1731.2.8 nested-trees)
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: aaron.bentley@utoronto.ca-20060928015323-4e7367532c857e87
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
      allows us to have 1 inventory read, and 2 inventory writes when
20
20
      committing a new tree. (John Arbash Meinel)
21
21
 
 
22
    * When reverting, files that are not locally modified that do not exist
 
23
      in the target are deleted, not just unversioned (Aaron Bentley)
 
24
 
22
25
bzr 0.11rc2  2006-09-27
23
26
 
24
27
  BUG FIXES:
177
180
      needs_tree_write_lock is provided in the workingtree module. Like the
178
181
      needs_read_lock and needs_write_lock decorators this allows static 
179
182
      declaration of the locking requirements of a function to ensure that
180
 
      a lock is taken out for casual scripts. (Robert Collins)
 
183
      a lock is taken out for casual scripts. (Robert Collins, #54107)
181
184
 
182
185
    * All WorkingTree methods which write to the tree, but not to the branch
183
186
      have been converted to use ``needs_tree_write_lock`` rather than