~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

Merge bb-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2215
2215
                    uninteresting_chk_refs.add(node.key())
2216
2216
                    if not isinstance(node, chk_map.InternalNode):
2217
2217
                        # Leaf node: pull out its contents:
2218
 
                        for name, bytes in node.iteritems(self):
 
2218
                        for name, bytes in node.iteritems(inv_chk_map._store):
2219
2219
                            entry = inv._bytes_to_entry(bytes)
2220
2220
                            if entry.name == '' and not rich_root:
2221
2221
                                continue