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
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