[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Hook script mailer.py: Allow certain paths to be excluded from the diff output

From: Olav Vitters <olav_at_bkor.dhs.org>
Date: Sun, 6 Jan 2008 15:45:23 +0100

Currently the mailer.py hook script allows:
1. Diffs to be moved to another group (generates another email)
2. Certain types of diffs to be excluded (add/copy/delete/modify using
generate_diffs)

I'd like to exclude certain files from the diff output. This as the diff
of these files is not useful. I propose to do this using a new
configuration option called 'diff_exclude'. This is a regex of the paths
to exclude from the diff output.

I have the config option currently set to:
  diff_exclude = .*\.po$

See attached for a proposed patch. This is against Subversion 1.4.6 btw.

-- 
Regards,
Olav


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-01-06 15:45:38 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.