aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/rcsinfo
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-11-26 06:19:49 +0000
committerNick Mathewson <nickm@torproject.org>2006-11-26 06:19:49 +0000
commit58ad2cb38ef9d1b90dcf4346a236ed36756ab8cb (patch)
treebf592badd8547d6a2bc1087008a8231cad73066c /CVSROOT/rcsinfo
parentfcede4908f363368811ac9176840505df7093284 (diff)
downloadanonbib-58ad2cb38ef9d1b90dcf4346a236ed36756ab8cb.tar.gz
r9807@Kushana: nickm | 2006-11-26 00:56:25 -0500
Remove obsolete CVSROOT directory. svn:r184
Diffstat (limited to 'CVSROOT/rcsinfo')
-rw-r--r--CVSROOT/rcsinfo13
1 files changed, 0 insertions, 13 deletions
diff --git a/CVSROOT/rcsinfo b/CVSROOT/rcsinfo
deleted file mode 100644
index 49e59f4..0000000
--- a/CVSROOT/rcsinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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".