/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

merge robert, debugging

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    branch and bzrdir attributes.
63
63
    """
64
64
 
65
 
    @needs_write_lock
 
65
    @needs_tree_write_lock
66
66
    def add(self, files, ids=None, kinds=None):
67
67
        """Add paths to the set of versioned paths.
68
68