~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

(robertc) Update all users of compare_trees to use Tree.changes_from.

Show diffs side-by-side

added added

removed removed

Lines of Context:
499
499
        """
500
500
        # ESEPARATIONOFCONCERNS: this function is diffing and using the diff
501
501
        # results to create a new inventory at the same time, which results
502
 
        # in bugs like #46635.  Any reason not to use/enhance compare_trees?
 
502
        # in bugs like #46635.  Any reason not to use/enhance Tree.changes_from?
503
503
        # ADHB 11-07-2006
504
504
        mutter("Selecting files for commit with filter %s", self.specific_files)
505
505
        # at this point we dont copy the root entry: