~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revisionspec.py

  • Committer: Jelmer Vernooij
  • Date: 2012-08-02 10:38:21 UTC
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: jelmer@samba.org-20120802103821-pto2dgacjtmpzl1n
Move color feature into bzrlib.tests.features.

Show diffs side-by-side

added added

removed removed

Lines of Context:
700
700
class TestRevisionSpec_annotate(TestRevisionSpec):
701
701
 
702
702
    def setUp(self):
703
 
        super(TestRevisionSpec_annotate, self).setUp()
 
703
        TestRevisionSpec.setUp(self)
704
704
        self.tree = self.make_branch_and_tree('annotate-tree')
705
705
        self.build_tree_contents([('annotate-tree/file1', '1\n')])
706
706
        self.tree.add('file1')