/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

Add convenience object for updating the object store caching layer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
    def add_object(self, obj, ie):
234
234
        if obj.type_name == "commit":
235
235
            self._commit = obj
 
236
            assert ie is None
236
237
        elif obj.type_name in ("blob", "tree"):
237
238
            if obj.type_name == "blob":
238
239
                revision = ie.revision