~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Robert Collins
  • Date: 2006-02-13 21:52:05 UTC
  • mto: (1534.1.22 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060213215205-cb3bacc87092a639
Update per review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
 
235
235
        # check for out of date working trees
236
236
        if self.work_tree.last_revision() != self.branch.last_revision():
237
 
            raise errors.OutOfDateTree
 
237
            raise errors.OutOfDateTree(self.work_tree)
238
238
 
239
239
        if strict:
240
240
            # raise an exception as soon as we find a single unknown.