/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/controllers/revision_ui.py

  • Committer: Colin Watson
  • Date: 2020-07-10 09:58:50 UTC
  • mfrom: (504.1.3 loggerhead)
  • Revision ID: cjwatson@canonical.com-20200710095850-o3aa6eo5a22jhuun
[r=cjwatson] Use path instead of file_id in RevisionUI

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
                except (KeyError, ValueError):
129
129
                    context_lines = None
130
130
                diff_chunks = diff_chunks_for_file(
131
 
                    self._history._branch.repository, item.file_id,
 
131
                    self._history._branch.repository, path,
132
132
                    item.old_revision, item.new_revision,
133
133
                    context_lines=context_lines)
134
134
            else: