Fix the "moving head" problem.

This commit is contained in:
Satoshi Asami 1996-12-12 04:37:35 +00:00
parent f813e3b8d2
commit 7565cfa2ea

View File

@ -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->vn_rcs);
use_rev1 = xstrdup (vers->srcfile->head);
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->vn_rcs);
use_rev2 = xstrdup (vers->srcfile->head);
else
{
xvers = Version_TS (repository, (char *) NULL, diff_rev2,