Mercurial > hg > easyhg-kdiff3
annotate CVSROOT/editinfo @ 59:b9d051fd4fd5
Version 0.9.83
author | joachim99 |
---|---|
date | Sun, 07 Mar 2004 10:05:41 +0000 |
parents | 391d4ae068d9 |
children |
rev | line source |
---|---|
root@1 | 1 # The "editinfo" 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. |