/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/commit.py

  • Committer: Robert Collins
  • Date: 2008-08-05 04:10:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3604.
  • Revision ID: robertc@robertcollins.net-20080805041043-6krwcxp2ebhzbumy
Further tweaks to tests and comments in the commit excludes feature.

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