/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

More work on roundtrip push support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
        ret = {}
548
548
        for sha in shas:
549
549
            if sha == ZERO_SHA:
550
 
                ret[sha] = ("commit", (NULL_REVISION, None))
 
550
                ret[sha] = ("commit", (NULL_REVISION, None, {}))
551
551
                continue
552
552
            try:
553
553
                ret[sha] = self._cache.idmap.lookup_git_sha(sha)