=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.132 retrieving revision 1.133 diff -c -r1.132 -r1.133 *** src/usr.bin/rcs/ci.c 2006/03/30 23:19:20 1.132 --- src/usr.bin/rcs/ci.c 2006/03/31 01:39:36 1.133 *************** *** 1,4 **** ! /* $OpenBSD: ci.c,v 1.132 2006/03/30 23:19:20 joris Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: ci.c,v 1.133 2006/03/31 01:39:36 joris Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. *************** *** 687,692 **** --- 687,693 ---- pb->rcs_msg = checkin_getlogmsg(pb->frev, pb->newrev); rcsnum_free(pb->frev); } + /* * Set the date of the revision to be the last modification * time of the working file if -d has no argument. *************** *** 703,708 **** --- 704,710 ---- cvs_log(LP_ERR, "failed to add new revision"); goto fail; } + /* * If we are checking in to a non-default (ie user-specified) * revision, set head to this revision. *************** *** 718,723 **** --- 720,726 ---- cvs_log(LP_ERR, "failed to set new head revision"); goto fail; } + /* Attach a symbolic name to this revision if specified. */ if (pb->symbol != NULL && (checkin_attach_symbol(pb) < 0))