annotate CVSROOT/taginfo @ 535:b0b5b880513a

Don't reverse packing on vertical boxes to compensate for the inverted Y-axis on OS/2. Instead this should be dealt with in the layout code taking into account the size of the box the items are sitting on. This new code mostly works, but has some problems.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 24 Mar 2004 00:05:39 +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 "taginfo" file is used to control pre-tag checks.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2 # The filter on the right is invoked with the following arguments:
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4 # $1 -- tagname
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5 # $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6 # $3 -- repository
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 # $4-> file revision [file revision ...]
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
9 # A non-zero exit of the filter program will cause the tag to be aborted.
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 # 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
12 # against the directory that the change is being committed to, relative
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
13 # 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
14 # of the line is the name of the filter to run.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
15 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
16 # 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
17 # file, the "DEFAULT" line is used, if it is specified.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
18 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
19 # 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
20 # in addition to the first matching regex or "DEFAULT".
4
e248987dfabf cvssenv: Added security
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents: 0
diff changeset
21 ALL D:\nosaadm\cvssec.cmd CHECKTAG