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

  • Committer: Aaron Bentley
  • Date: 2006-08-16 04:04:30 UTC
  • mfrom: (1922 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1934.
  • Revision ID: aaron.bentley@utoronto.ca-20060816040430-3d869d673bdde644
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
        reporter = CapturingReporter()
495
495
        this_tree.commit('do the commit', reporter=reporter)
496
496
        self.assertEqual([
 
497
            ('change', 'unchanged', ''),
497
498
            ('change', 'unchanged', 'dirtoleave'),
498
499
            ('change', 'unchanged', 'filetoleave'),
499
500
            ('change', 'modified', 'filetomodify'),