~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_map.py

Teach CHKInventory how to make a new inventory from an inventory delta.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
    def __init__(self):
132
132
        self._nodes = {}
 
133
        self._key = None
133
134
 
134
135
    def add_child(self, name, child):
135
136
        """Add a child to the node.