/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/tests/blackbox/test_commit.py

  • Committer: Daniel Watkins
  • Date: 2007-08-23 17:59:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2794.
  • Revision ID: d.m.watkins@warwick.ac.uk-20070823175911-ksf5gmng9jwxttw9
Fixed whitespace issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
            other_tree.rename_one('filetoreparent', 'renameddir/reparentedfile')
187
187
            other_tree.remove(['dirtoremove', 'filetoremove'])
188
188
            self.build_tree_contents([
189
 
                ('other/newdir/', ),
 
189
                ('other/newdir/',),
190
190
                ('other/filetomodify', 'new content'),
191
191
                ('other/newfile', 'new file content')])
192
192
            other_tree.add('newfile')