~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-13 19:59:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5722.
  • Revision ID: jelmer@samba.org-20110313195954-au37swsiwenulntj
Revert conditional will_record_deletes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
            raise errors.ExcludesUnsupported(self.branch.repository)
409
409
 
410
410
        try:
411
 
 
412
 
            if not self.use_record_iter_changes:
413
 
                self.builder.will_record_deletes()
 
411
            self.builder.will_record_deletes()
414
412
            # find the location being committed to
415
413
            if self.bound_branch:
416
414
                master_location = self.master_branch.base