/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 bzrlib/tests/test_annotate.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-10 19:45:12 UTC
  • mfrom: (3689.1.5 per_tests_239343)
  • Revision ID: pqm@pqm.ubuntu.com-20080910194512-tmwbxet1mn08eah8
(jam) rename repository_implementations => per_repository

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()