From 83992e7971282d6bfbfa7c538b0e344287c5733c Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sun, 8 Jun 2008 16:20:50 +0000 Subject: there are more cases where we cannot show the tags when -v is specified. noticed by tobias@ --- usr.bin/cvs/status.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs') diff --git a/usr.bin/cvs/status.c b/usr.bin/cvs/status.c index c13d5932e32..80a0761105c 100644 --- a/usr.bin/cvs/status.c +++ b/usr.bin/cvs/status.c @@ -1,4 +1,4 @@ -/* $OpenBSD: status.c,v 1.84 2008/06/08 16:17:04 joris Exp $ */ +/* $OpenBSD: status.c,v 1.85 2008/06/08 16:20:49 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2005-2008 Xavier Santolaria @@ -230,7 +230,8 @@ cvs_status_local(struct cvs_file *cf) cvs_printf(" Sticky Options:\t(none)\n"); } - if (cf->file_status != FILE_UNKNOWN && show_sym == 1) { + if (cf->file_status == FILE_UPTODATE && + cf->file_status != FILE_MODIFIED && show_sym == 1) { cvs_printf("\n"); cvs_printf(" Existing Tags:\n"); -- cgit v1.2.3