/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: Vincent Ladeuil
  • Date: 2008-09-11 19:36:38 UTC
  • mfrom: (3703 +trunk)
  • mto: (3705.1.1 trunk2)
  • mto: This revision was merged to the branch mainline in revision 3708.
  • Revision ID: v.ladeuil+lp@free.fr-20080911193638-wtjyc1kcmacc6t1f
merge bzr.dev

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