Re: svn commit: r12545 - trunk/tools/hook-scripts/mailer
"C. Michael Pilato" <[email protected]> 04 Jan 2005 07:55:40 -0600
| Newsgroups | gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <m3652d70yr.fsf__27595.3568438583$1104849543$gmane$org@localhost.localdomain> |
[email protected] writes: > +# A revision will be reported on if any changed-path matches the for_paths > +# option. If only some of the changed-paths of a revision match, this > +# controls the behaviour for the non-matching paths. Possible values are: > +# show-all: (Default) Show in both summary and diffs. > +# show-summary: Show the changed paths in the summary, but omit the diffs. > +# hide: Show nothing more than a note saying "and changes in other areas" > +excluded_paths = show-all Minor nit. If this new option is about showing excluded paths, why not use: show_excluded_paths: all | summary | none ?