diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-03-19 14:47:00 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-03-19 14:47:00 +0000 |
commit | 43e0cf0679692d491cfc84d79fabdf31f2f6c175 (patch) | |
tree | 83b653337b4911d9e94ce54584367e0f0abeb16e /gnu/usr.bin/cvs/examples/rcsinfo | |
parent | 76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs/examples/rcsinfo')
-rw-r--r-- | gnu/usr.bin/cvs/examples/rcsinfo | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/usr.bin/cvs/examples/rcsinfo b/gnu/usr.bin/cvs/examples/rcsinfo deleted file mode 100644 index c90e9e0837043..0000000000000 --- a/gnu/usr.bin/cvs/examples/rcsinfo +++ /dev/null @@ -1,18 +0,0 @@ -# -#ident "@(#)cvs/examples:$Name: $:$Id: rcsinfo,v 1.3 1995/11/14 23:30:10 woods Exp $" -# -# The "rcsinfo" file is used to control templates with which the editor -# is invoked on commit and import. -# -# The first entry on a line is a regular expression which is tested -# against the directory that the change is being made to, relative to the -# $CVSROOT. For the first match that is found, then the remainder of the -# line is the name of the file that contains the template. -# -# If the repository name does not match any of the regular expressions in this -# file, the "DEFAULT" line is used, if it is specified. -# -# If the name "ALL" appears as a regular expression it is always used -# in addition to the first matching regex or "DEFAULT". -# -DEFAULT $CVSROOT/CVSROOT/rcstemplate |