/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

Fix fetching from bzr-git's server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
        else:
479
479
            raise AssertionError("Unknown object type '%s'" % type)
480
480
 
481
 
    def generate_pack_contents(self, have, want):
 
481
    def generate_pack_contents(self, have, want, progress=None, get_tagged=None):
482
482
        """Iterate over the contents of a pack file.
483
483
 
484
484
        :param have: List of SHA1s of objects that should not be sent