~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_annotate.py

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
                                 ''.join('\t'.join(l) for l in actual))
307
307
 
308
308
    def test_annotate_duplicate_lines(self):
309
 
        # XXX: Should this be a repository_implementations test?
 
309
        # XXX: Should this be a per_repository test?
310
310
        tree1 = self.create_duplicate_lines_tree()
311
311
        repo = tree1.branch.repository
312
312
        repo.lock_read()