~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-09 16:49:22 UTC
  • mfrom: (1534.10.27 bzr.ttransform)
  • Revision ID: pqm@pqm.ubuntu.com-20060409164922-071803e906c8b96d
New conflict-handling system

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
                    or self.new_inv != self.basis_inv):
310
310
                raise PointlessCommit()
311
311
 
312
 
            if len(list(self.work_tree.iter_conflicts()))>0:
 
312
            if len(self.work_tree.conflicts())>0:
313
313
                raise ConflictsInTree
314
314
 
315
315
            self.inv_sha1 = self.branch.repository.add_inventory(