/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2009-08-25 22:28:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4651.
  • Revision ID: robertc@robertcollins.net-20090825222819-j2goi0fgiuu894xu
Fix a couple of small bugs in the patch - use specific files with record_iter_changs, and the CLI shouldn't generate a filter of [] for commit.

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.