From 0aa19758dfb48a25e0a22758eb6dfcc94a4ac2da Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 19 Dec 1996 08:55:10 +0000 Subject: [PATCH] Ay, merge from RELENG_2_2. Back out the "moving HEAD" fix. --- contrib/cvs/src/diff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/cvs/src/diff.c b/contrib/cvs/src/diff.c index 707ca8e713c7..7520cec4a92a 100644 --- a/contrib/cvs/src/diff.c +++ b/contrib/cvs/src/diff.c @@ -509,7 +509,7 @@ diff_file_nodiff (file, repository, entries, rcs, vers) { /* special handling for TAG_HEAD */ if (diff_rev1 && strcmp (diff_rev1, TAG_HEAD) == 0) - use_rev1 = xstrdup (vers->srcfile->head); + use_rev1 = xstrdup (vers->vn_rcs); else { xvers = Version_TS (repository, (char *) NULL, diff_rev1, @@ -536,7 +536,7 @@ diff_file_nodiff (file, repository, entries, rcs, vers) { /* special handling for TAG_HEAD */ if (diff_rev2 && strcmp (diff_rev2, TAG_HEAD) == 0) - use_rev2 = xstrdup (vers->srcfile->head); + use_rev2 = xstrdup (vers->vn_rcs); else { xvers = Version_TS (repository, (char *) NULL, diff_rev2,