changes.
[IRC.git] / CVSROOT / postwatch
1 # The "postwatch" file is called after any command finishes writing new
2 # file attibute (watch/edit) information in a directory.
3 #
4 # If any format strings are present in the filter, they will be replaced
5 # as follows:
6 #    %c = canonical name of the command being executed
7 #    %R = the name of the referrer, if any, otherwise the value NONE
8 #    %p = path relative to repository
9 #    %r = repository (path portion of $CVSROOT)
10 #
11 # The first entry on a line is a regular expression which is tested
12 # against the directory that the change is being committed to, relative
13 # to the $CVSROOT.  For the first match that is found, then the remainder
14 # of the line is the name of the filter to run.
15 #
16 # If the repository name does not match any of the regular expressions in this
17 # file, the "DEFAULT" line is used, if it is specified.
18 #
19 # If the name "ALL" appears as a regular expression it is always used
20 # in addition to the first matching regex or "DEFAULT".