root@1: # The "rcsinfo" file is used to control templates with which the editor root@1: # is invoked on commit and import. root@1: # root@1: # The first entry on a line is a regular expression which is tested root@1: # against the directory that the change is being made to, relative to the root@1: # $CVSROOT. For the first match that is found, then the remainder of the root@1: # line is the name of the file that contains the template. root@1: # root@1: # If the repository name does not match any of the regular expressions in this root@1: # file, the "DEFAULT" line is used, if it is specified. root@1: # root@1: # If the name "ALL" appears as a regular expression it is always used root@1: # in addition to the first matching regex or "DEFAULT".