/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

bzr bails out if text parent keys are a list rather than a tuple, apparently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
        ie.revision = revision_id
174
174
        assert file_id is not None
175
175
        assert ie.revision is not None
176
 
        texts.add_lines((file_id, ie.revision), parent_keys,
 
176
        texts.add_lines((file_id, ie.revision), tuple(parent_keys),
177
177
            osutils.split_lines(blob.data))
178
178
    if file_id in base_inv:
179
179
        old_path = base_inv.id2path(file_id)