~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_merge.py

  • Committer: Aaron Bentley
  • Date: 2008-03-07 14:15:10 UTC
  • mto: This revision was merged to the branch mainline in revision 3262.
  • Revision ID: aaron@aaronbentley.com-20080307141510-j1w043r5ir8lap88
Make Tree.iter_changes a public method

Show diffs side-by-side

added added

removed removed

Lines of Context:
491
491
        this_tree.lock_read()
492
492
        self.addCleanup(this_tree.unlock)
493
493
        self.assertEqual([],
494
 
                         list(this_tree._iter_changes(this_tree.basis_tree())))
 
494
                         list(this_tree.iter_changes(this_tree.basis_tree())))