aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2008-01-07 09:11:23 +0000
committerPeter Wemm <peter@FreeBSD.org>2008-01-07 09:11:23 +0000
commit3f6ab172071b532112b8410daf3525f55f10bcf7 (patch)
tree7adf15140c01d57bfff5221c275eadf371d79c8f
parent0b22bdff854f0537b495a9f5f5cd86d8bbed0214 (diff)
downloadsrc-stable/3.tar.gz
src-stable/3.zip
MFC: rev 1.4: forward compatability with cvs-1.12 repositorystable/3
Notes
Notes: svn path=/stable/3/; revision=175126
-rw-r--r--contrib/cvs/src/parseinfo.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/cvs/src/parseinfo.c b/contrib/cvs/src/parseinfo.c
index 1c1ab70c87e2..585b6773cdf7 100644
--- a/contrib/cvs/src/parseinfo.c
+++ b/contrib/cvs/src/parseinfo.c
@@ -367,6 +367,16 @@ warning: this CVS does not support PreservePermissions");
opendir it or something, but I don't see any particular
reason to do that now rather than waiting until lock.c. */
}
+ else if (strcmp(line, "LocalKeyword") == 0)
+ {
+ /* Recognize cvs-1.12-style keyword control rather than erroring out. */
+ RCS_setlocalid(p);
+ }
+ else if (strcmp(line, "KeywordExpand") == 0)
+ {
+ /* Recognize cvs-1.12-style keyword control rather than erroring out. */
+ RCS_setincexc(p);
+ }
else
{
/* We may be dealing with a keyword which was added in a