/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/selftest/testannotate.py

partial merge from Martin, fixed conflicts with bzrlib/tree.py and revno 1391

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"""