annotate CVSROOT/verifymsg @ 18:217e6f5f727b

Fixing some problems in the setup generation
author friseb123
date Tue, 07 Oct 2003 11:14:35 +0000
parents 391d4ae068d9
children
rev   line source
root@1 1 # The "verifymsg" file is used to allow verification of logging
root@1 2 # information. It works best when a template (as specified in the
root@1 3 # rcsinfo file) is provided for the logging procedure. Given a
root@1 4 # template with locations for, a bug-id number, a list of people who
root@1 5 # reviewed the code before it can be checked in, and an external
root@1 6 # process to catalog the differences that were code reviewed, the
root@1 7 # following test can be applied to the code:
root@1 8 #
root@1 9 # Making sure that the entered bug-id number is correct.
root@1 10 # Validating that the code that was reviewed is indeed the code being
root@1 11 # checked in (using the bug-id number or a seperate review
root@1 12 # number to identify this particular code set.).
root@1 13 #
root@1 14 # If any of the above test failed, then the commit would be aborted.
root@1 15 #
root@1 16 # Actions such as mailing a copy of the report to each reviewer are
root@1 17 # better handled by an entry in the loginfo file.
root@1 18 #
root@1 19 # One thing that should be noted is the the ALL keyword is not
root@1 20 # supported. There can be only one entry that matches a given
root@1 21 # repository.