/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

Trivial cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
354
354
        def get_ie_sha1(entry):
355
355
            if entry.kind == "directory":
356
356
                try:
357
 
                    return self._cache.idmap.lookup_tree_id(entry.file_id)
 
357
                    return self._cache.idmap.lookup_tree_id(entry.file_id,
 
358
                        revid)
358
359
                except (NotImplementedError, KeyError):
359
360
                    obj = self._reconstruct_tree(entry.file_id, revid, inv,
360
361
                        unusual_modes)