~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-26 01:26:47 UTC
  • mfrom: (4570.4.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090826012647-b3egio20x35g31yd
(robertc) Enable commit via record_iter_changes for specific file
        comments. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
807
807
                seen_root = True
808
808
        self.new_inventory = None
809
809
        if len(inv_delta):
 
810
            # This should perhaps be guarded by a check that the basis we
 
811
            # commit against is the basis for the commit and if not do a delta
 
812
            # against the basis.
810
813
            self._any_changes = True
811
814
        if not seen_root:
812
815
            # housekeeping root entry changes do not affect no-change commits.