~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testlog.py

Move add from Branch to WorkingTree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
 
127
127
        self.build_tree(['hello'])
128
 
        b.add('hello')
 
128
        b.working_tree().add('hello')
129
129
        b.working_tree().commit('add one file')
130
130
 
131
131
        lf = StringIO()