~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-05 04:44:16 UTC
  • mfrom: (3603.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080805044416-k5w5uuy3l785e7cm
(robertc) Further tweaks to tests and comments in the commit excludes
        feature. (Robert Collins, Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
758
758
                    # the path has a deleted parent, do not add it.
759
759
                    continue
760
760
            if exclude and is_inside_any(exclude, path):
761
 
                # Skip - it is to be considered by the final copy-from-basis
762
 
                # step.
 
761
                # Skip excluded paths. Excluded paths are processed by
 
762
                # _update_builder_with_changes.
763
763
                continue
764
764
            content_summary = self.work_tree.path_content_summary(path)
765
765
            # Note that when a filter of specific files is given, we must only