aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/cfg.pm
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-11-19 09:16:52 +0800
committerjoe <joe@FreeBSD.org>2001-11-19 09:16:52 +0800
commit3ed8e094bd0b90c109b7b92747fc0699e9faf870 (patch)
tree9e9964db505b51335cf68d3665c7f07f3a01f21b /CVSROOT/cfg.pm
parenta889e6714032340fa3d2005c2eb3a10d0a92b56b (diff)
downloadfreebsd-ports-graphics-3ed8e094bd0b90c109b7b92747fc0699e9faf870.tar.gz
freebsd-ports-graphics-3ed8e094bd0b90c109b7b92747fc0699e9faf870.tar.zst
freebsd-ports-graphics-3ed8e094bd0b90c109b7b92747fc0699e9faf870.zip
Make it clear that the $COMMITCHECK_EXTRA check should return true
if everything is ok.
Diffstat (limited to 'CVSROOT/cfg.pm')
-rwxr-xr-xCVSROOT/cfg.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm
index c6ac81a94ca..0979f8d01e9 100755
--- a/CVSROOT/cfg.pm
+++ b/CVSROOT/cfg.pm
@@ -69,7 +69,8 @@ $MINCVSVERSION = "1090900"; # 1.9.9p0
# Additional commit time checks. This is an anonymous subroutine
# that gets called early on in the validation process to see whether
-# the committer is allowed to commit.
+# the committer is allowed to commit. It should return true if
+# everything is ok, otherwise the commit will be terminated.
$COMMITCHECK_EXTRA = "";