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

Fix test, remove unnecessary sort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        base_sha = None
101
101
    else:
102
102
        try:
103
 
            base_sha = base_inv_shamap.lookup_blob(file_id,
104
 
                revision_hint=base_ie.revision)
 
103
            base_sha = base_inv_shamap.lookup_blob(file_id, base_ie.revision)
105
104
        except KeyError:
106
105
            base_sha = None
107
106
        else: