/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/testlog.py

[merge] refactoring of branch vs working tree, etc (robertc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        self.checkDelta(d)
124
124
 
125
125
        self.build_tree(['hello'])
126
 
        b.add('hello')
 
126
        b.working_tree().add('hello')
127
127
        b.working_tree().commit('add one file')
128
128
 
129
129
        lf = StringIO()
182
182
        b = Branch.initialize('.')
183
183
        self.build_tree(['a'])
184
184
        wt = b.working_tree()
185
 
        b.add('a')
 
185
        wt.add('a')
186
186
        # XXX: why does a longer nick show up?
187
187
        b.nick = 'test_verbose_log'
188
188
        wt.commit(message='add a',