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

Use new fastexport import processor in Dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
622
622
        ret = self.lookup_git_shas(have + want)
623
623
        for commit_sha in have:
624
624
            try:
625
 
                (type, (revid, tree_sha)) = ret[commit_sha]
 
625
                (type, (revid, tree_sha, verifiers)) = ret[commit_sha]
626
626
            except KeyError:
627
627
                pass
628
628
            else:
633
633
            if commit_sha in have:
634
634
                continue
635
635
            try:
636
 
                (type, (revid, tree_sha)) = ret[commit_sha]
 
636
                (type, (revid, tree_sha, verifiers)) = ret[commit_sha]
637
637
            except KeyError:
638
638
                pass
639
639
            else: