260
260
('modify', ('file-id', e_text))])
263
def assertRepoAnnotate(self, expected, repo, file_id, revision_id):
267
265
# Create an easier to understand diff when the lines don't actually
269
267
self.assertEqualDiff(''.join('\t'.join(l) for l in expected),
270
268
''.join('\t'.join(l) for l in actual))
270
def assertRepoAnnotate(self, expected, repo, file_id, revision_id):
272
275
def test_annotate_duplicate_lines(self):
273
276
# XXX: Should this be a per_repository test?
274
277
builder = self.create_duplicate_lines_tree()