Chris PeBenito 14a7a6
# The "verifymsg" file is used to allow verification of logging
Chris PeBenito 14a7a6
# information.  It works best when a template (as specified in the
Chris PeBenito 14a7a6
# rcsinfo file) is provided for the logging procedure.  Given a
Chris PeBenito 14a7a6
# template with locations for, a bug-id number, a list of people who
Chris PeBenito 14a7a6
# reviewed the code before it can be checked in, and an external
Chris PeBenito 14a7a6
# process to catalog the differences that were code reviewed, the
Chris PeBenito 14a7a6
# following test can be applied to the code:
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
#   Making sure that the entered bug-id number is correct.
Chris PeBenito 14a7a6
#   Validating that the code that was reviewed is indeed the code being
Chris PeBenito 14a7a6
#       checked in (using the bug-id number or a seperate review
Chris PeBenito 14a7a6
#       number to identify this particular code set.).
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# If any of the above test failed, then the commit would be aborted.
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# Actions such as mailing a copy of the report to each reviewer are
Chris PeBenito 14a7a6
# better handled by an entry in the loginfo file.
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# One thing that should be noted is the the ALL keyword is not
Chris PeBenito 14a7a6
# supported.  There can be only one entry that matches a given
Chris PeBenito 14a7a6
# repository.