Rev 2472: MutableTree.add only needs a tree write lock. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
robertc at robertcollins.net
Thu Mar 1 07:44:45 GMT 2007
At http://bazaar.launchpad.net/~bzr/bzr/dirstate
------------------------------------------------------------
revno: 2472
revision-id: robertc at robertcollins.net-20070301074339-34mc7tfym7o4uugf
parent: robertc at robertcollins.net-20070301072736-dc00wtcb7py592re
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate
timestamp: Thu 2007-03-01 18:43:39 +1100
message:
MutableTree.add only needs a tree write lock.
modified:
bzrlib/mutabletree.py mutabletree.py-20060906023413-4wlkalbdpsxi2r4y-2
=== modified file 'bzrlib/mutabletree.py'
--- a/bzrlib/mutabletree.py 2007-02-18 00:22:24 +0000
+++ b/bzrlib/mutabletree.py 2007-03-01 07:43:39 +0000
@@ -61,7 +61,7 @@
branch and bzrdir attributes.
"""
- @needs_write_lock
+ @needs_tree_write_lock
def add(self, files, ids=None, kinds=None):
"""Add paths to the set of versioned paths.
More information about the bazaar-commits
mailing list