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

Use BazaarObjectStore to find matching SHA1s for bzr revisions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        return self[sha].parents
161
161
 
162
162
    def _lookup_revision_sha1(self, revid):
 
163
        """Return the SHA1 matching a Bazaar revision."""
163
164
        try:
164
165
            return self._idmap._parent_lookup(revid)
165
166
        except KeyError: