~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testannotate.py

[merge] much integrated work from robert and john

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        b = Branch.initialize('.')
45
45
        self.build_tree_contents([('hello.txt', 'my helicopter\n')])
46
46
        b.add(['hello.txt'])
47
 
        b.commit('add hello', 
48
 
                 committer='test@user')
 
47
        b.working_tree().commit('add hello', 
 
48
                                committer='test@user')
49
49
 
50
50
    def test_help_annotate(self):
51
51
        """Annotate command exists"""