Statistiques
| Révision :

root / trunk / CVSROOT / editinfo @ 13

Historique | Voir | Annoter | Télécharger (1 ko)

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