aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/cfg.pm
diff options
context:
space:
mode:
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 = "";