~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge.py

  • Committer: Aaron Bentley
  • Date: 2007-09-08 06:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2826.
  • Revision ID: aaron.bentley@utoronto.ca-20070908060259-e1bzvj22gu66qk22
Begin work on reconfigure command

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
        if check_clean:
210
210
            self.compare_basis()
211
211
            if self.this_basis != self.this_rev_id:
212
 
                raise BzrCommandError("Working tree has uncommitted changes.")
 
212
                raise errors.UncommittedChanges(self.this_tree)
213
213
 
214
214
    def compare_basis(self):
215
215
        try: