/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 shamap.py

Fix existing object lookup issues when pulling from remote branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        """
56
56
        raise NotImplementedError(self.add_entry)
57
57
 
 
58
    def add_entries(self, entries):
 
59
        """Add multiple new entries to the database.
 
60
        """
 
61
        for e in entries:
 
62
            self.add_entry(*e)
 
63
 
58
64
    def lookup_tree(self, fileid, revid):
59
65
        """Lookup the SHA of a git tree."""
60
66
        raise NotImplementedError(self.lookup_tree)