~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Robert Collins
  • Date: 2007-03-06 10:51:27 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070306105127-tdec4zgv1tkfgi1d
Fix failing detection of changes restricted to subtrees causing spurious pointless commit errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
                    and (this.parent_id == other.parent_id)
413
413
                    and (this.kind == other.kind)
414
414
                    and (this.executable == other.executable)
 
415
                    and (this.reference_revision == other.reference_revision)
415
416
                    )
416
417
        if not ie_equal_no_revision(new_root_ie, basis_root_ie):
417
418
            return True