Chris PeBenito 14a7a6
# The "notify" file controls where notifications from watches set by
Chris PeBenito 14a7a6
# "cvs watch add" or "cvs edit" are sent.  The first entry on a line is
Chris PeBenito 14a7a6
# a regular expression which is tested against the directory that the
Chris PeBenito 14a7a6
# change is being made to, relative to the $CVSROOT.  If it matches,
Chris PeBenito 14a7a6
# then the remainder of the line is a filter program that should contain
Chris PeBenito 14a7a6
# one occurrence of %s for the user to notify, and information on its
Chris PeBenito 14a7a6
# standard input.
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# "ALL" or "DEFAULT" can be used in place of the regular expression.
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# For example:
Chris PeBenito 14a7a6
#ALL mail -s "CVS notification" %s