=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/tag.c,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/usr.bin/cvs/tag.c 2008/06/15 04:38:52 1.75 --- src/usr.bin/cvs/tag.c 2008/06/20 14:04:29 1.76 *************** *** 1,4 **** ! /* $OpenBSD: tag.c,v 1.75 2008/06/15 04:38:52 tobias Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: tag.c,v 1.76 2008/06/20 14:04:29 tobias Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * *************** *** 169,174 **** --- 169,177 ---- if (!(flags & CR_RECURSE_DIRS)) cvs_client_send_request("Argument -l"); + + if (tag_date != NULL) + cvs_client_send_request("Argument -D%s", tag_date); if (tag_oldname != NULL) cvs_client_send_request("Argument -r%s", tag_oldname);