=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.172 retrieving revision 1.173 diff -c -r1.172 -r1.173 *** src/usr.bin/cvs/update.c 2016/10/13 20:51:25 1.172 --- src/usr.bin/cvs/update.c 2016/10/14 20:37:07 1.173 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.172 2016/10/13 20:51:25 fcambus Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.173 2016/10/14 20:37:07 fcambus Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 480,489 **** if (cvs_cmdop != CVS_OP_UPDATE) break; ! if (reset_tag != 1 && reset_option != 1) ! break; ! ! if (cf->file_ent != NULL && cf->file_ent->ce_tag == NULL) break; if (cf->file_rcs->rf_dead != 1 && --- 480,487 ---- if (cvs_cmdop != CVS_OP_UPDATE) break; ! if (reset_tag != 1 && reset_option != 1 && ! cvs_specified_tag == NULL && cvs_specified_date == -1) break; if (cf->file_rcs->rf_dead != 1 &&