annotate CVSROOT/commitinfo @ 633:87db549e79bc

Add dw_polygon_draw() to draw closed polygons. Fix bug in date items in container; date structure not initialised to zero. Add button_release as valid event in render box. Add support for transparency when bitblt'ing bitmaps from source bitmaps that have transparency. Fix off-by-one in dw_listbox_clear()
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 06 Jan 2009 11:00:15 +0000
parents e248987dfabf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 # The "commitinfo" file is used to control pre-commit checks.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2 # The filter on the right is invoked with the repository and a list
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3 # of files to check. A non-zero exit of the filter program will
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4 # cause the commit to be aborted.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6 # The first entry on a line is a regular expression which is tested
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 # against the directory that the change is being committed to, relative
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8 # to the $CVSROOT. For the first match that is found, then the remainder
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
9 # of the line is the name of the filter to run.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
10 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
11 # If the repository name does not match any of the regular expressions in this
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
12 # file, the "DEFAULT" line is used, if it is specified.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
13 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
14 # If the name "ALL" appears as a regular expression it is always used
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
15 # in addition to the first matching regex or "DEFAULT".
4
e248987dfabf cvssenv: Added security
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents: 0
diff changeset
16 ALL D:\nosaadm\cvssec.cmd CHECKCOMMIT