summaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-22 17:04:36 +0000
committerwiz <wiz@pkgsrc.org>2001-02-22 17:04:36 +0000
commitf97f401807e12217f3386246693c933e92d863df (patch)
tree595327211172efd3ebe52aefe06ec37c54c60787 /devel/cvs
parent4c77a4ccf37792c10d5e9aa8c3f71a490f16dbc0 (diff)
downloadpkgsrc-f97f401807e12217f3386246693c933e92d863df.tar.gz
Add some documentation for `tag' in the config file.
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/files/patch-sum4
-rw-r--r--devel/cvs/patches/patch-ab16
2 files changed, 16 insertions, 4 deletions
diff --git a/devel/cvs/files/patch-sum b/devel/cvs/files/patch-sum
index fde3003dd11..a62b8035449 100644
--- a/devel/cvs/files/patch-sum
+++ b/devel/cvs/files/patch-sum
@@ -1,7 +1,7 @@
-$NetBSD: patch-sum,v 1.10 2000/10/21 19:29:06 wiz Exp $
+$NetBSD: patch-sum,v 1.11 2001/02/22 17:04:36 wiz Exp $
MD5 (patch-aa) = 87ac7c35c0dfd74d274b6032cb11c3a3
-MD5 (patch-ab) = 582f4e9e7c390a407df52a4baccd979e
+MD5 (patch-ab) = 1dd7ad9d9ab90c34d5c13fc2f076ff04
MD5 (patch-ac) = e7ff730e87b13ba56af16e9db2334550
MD5 (patch-ad) = a2d7df4269ad5e6cd5730c37bb354b8b
MD5 (patch-ae) = 3bfdc675e8c59de4a9c4157d00048b0f
diff --git a/devel/cvs/patches/patch-ab b/devel/cvs/patches/patch-ab
index 1b23b915c44..70140c52ce2 100644
--- a/devel/cvs/patches/patch-ab
+++ b/devel/cvs/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.4 2000/10/18 03:31:16 hubertf Exp $
+$NetBSD: patch-ab,v 1.5 2001/02/22 17:04:36 wiz Exp $
--- doc/cvs.texinfo.orig Wed Aug 30 03:16:32 2000
-+++ doc/cvs.texinfo
++++ doc/cvs.texinfo Thu Feb 22 17:19:43 2001
@@ -40,6 +40,10 @@
@setfilename cvs.info
@include CVSvn.texi
@@ -13,3 +13,15 @@ $NetBSD: patch-ab,v 1.4 2000/10/18 03:31:16 hubertf Exp $
@setchapternewpage odd
@c -- TODO list:
+@@ -12637,6 +12641,11 @@
+ all transactions. Any subset of the default is
+ legal. (For example, to only log transactions that modify the
+ @file{*,v} files, use @samp{LogHistory=TMAR}.)
++
++@cindex tag, in CVSROOT/config
++@item tag=@var{value}
++Enable an additional keyword that gets expanded on checkout;
++any string is legal.
+ @end table
+
+ @c ---------------------------------------------------------------------