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