diff options
| author | 2008-02-09 12:20:33 +0000 | |
|---|---|---|
| committer | 2008-02-09 12:20:33 +0000 | |
| commit | a10a48e579ad2dcf04f735e685beefcce30dc80c (patch) | |
| tree | efd6c8d18708bfaaceed1920a6860b23007643c5 /usr.bin/cvs/file.c | |
| parent | Document the correct permissions for the ~/.ssh/ directory. (diff) | |
| download | wireguard-openbsd-a10a48e579ad2dcf04f735e685beefcce30dc80c.tar.xz wireguard-openbsd-a10a48e579ad2dcf04f735e685beefcce30dc80c.zip | |
Get in proper support for checkout/update -A when it comes to keyword
expansion options.
OK joris@
Diffstat (limited to 'usr.bin/cvs/file.c')
| -rw-r--r-- | usr.bin/cvs/file.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index 9db785d4187..991a0f7d18d 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.218 2008/02/09 11:17:02 tobias Exp $ */ +/* $OpenBSD: file.c,v 1.219 2008/02/09 12:20:33 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -847,8 +847,8 @@ cvs_file_classify(struct cvs_file *cf, const char *tag) break; case CVS_ENT_REG: if (cf->file_rcs == NULL || cf->file_rcsrev == NULL || - rcsdead == 1 || (reset_stickies == 1 && - cf->in_attic == 1)|| (notag == 1 && tag != NULL)) { + rcsdead == 1 || (reset_tag == 1 && cf->in_attic == 1) || + (notag == 1 && tag != NULL)) { if (cf->fd == -1 && server_has_file == 0) { cvs_log(LP_NOTICE, "warning: %s's entry exists but" |
