annotate CVSROOT/checkoutlist @ 30:3d2965e0fb9c

Use Courier New as default font under WIN32
author joachim99
date Sat, 11 Oct 2003 13:59:39 +0000
parents 391d4ae068d9
children
rev   line source
root@1 1 # The "checkoutlist" file is used to support additional version controlled
root@1 2 # administrative files in $CVSROOT/CVSROOT, such as template files.
root@1 3 #
root@1 4 # The first entry on a line is a filename which will be checked out from
root@1 5 # the corresponding RCS file in the $CVSROOT/CVSROOT directory.
root@1 6 # The remainder of the line is an error message to use if the file cannot
root@1 7 # be checked out.
root@1 8 #
root@1 9 # File format:
root@1 10 #
root@1 11 # [<whitespace>]<filename><whitespace><error message><end-of-line>
root@1 12 #
root@1 13 # comment lines begin with '#'