~ursinha/lp-qa-tools/bzr-tarmacland

« back to all changes in this revision

Viewing changes to pqm_submit.py

  • Committer: Aaron Bentley
  • Date: 2008-03-11 06:34:10 UTC
  • Revision ID: aaron@aaronbentley.com-20080311063410-m0tacbhfx5k0yntp
Update to use public iter_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
            basis_tree = self.tree.basis_tree()
137
137
            basis_tree.lock_read()
138
138
            try:
139
 
                for change in self.tree._iter_changes(basis_tree):
 
139
                for change in self.tree.iter_changes(basis_tree):
140
140
                    # If we have any changes, the tree is not clean
141
141
                    raise errors.UncommittedChanges(self.tree)
142
142
            finally: