Lines Matching refs:date

15  * user can keep up-to-date by calling "update" whenever he feels like it.
87 static char *date = NULL;
97 /* If we set the tag or date for a subdirectory, we use this to undo
118 "Usage: %s %s [-APCdflRp] [-k kopt] [-r rev] [-D date] [-j rev]\n",
120 "\t-A\tReset any sticky tags/date/kopts.\n",
124 "\t-f\tForce a head revision match if tag/date not found.\n",
130 "\t-D date\tSet date to update from (is sticky).\n",
209 if (date) free (date);
210 date = Make_Date (optarg);
280 if (date)
281 client_senddate (date);
408 if (aflag || tag || date)
411 WriteTag ((char *) NULL, tag, date, 0, ".", repos);
421 /* look in the attic too if a tag or date is specified */
422 if (tag != NULL || date != NULL || joining())
426 err = do_update (argc, argv, options, tag, date, force_tag_match,
432 if (date != NULL)
433 free (date);
471 date = xdate;
603 status = Classify_File (finfo, tag, date, options, force_tag_match,
614 char *rev = RCS_getversion (finfo->rcs, tag, date, 1, NULL);
642 case T_UPTODATE: /* file was already up-to-date */
664 case T_UPTODATE: /* file was already up-to-date */
712 vers->date, (char *)0);
832 WriteTag (NULL, tag, date, nonbranch, update_dir, repository);
922 /* If no tag or date were specified on the command line,
924 the tag and date, if any, of the current directory.
934 if ((tag == NULL && date == NULL) && ! aflag)
936 ParseTag (&tag, &date, &nonbranch);
937 if (tag != NULL || date != NULL)
942 Create_Admin (dir, update_dir, repository, tag, date,
999 if (aflag || tag || date)
1001 WriteTag (dir, tag, date, 0, update_dir, repository);
1043 /* If we set the tag or date for a new subdirectory in
1045 undo the tag/date setting. Note that we know that the tag and
1046 date were both originally NULL in this case. */
1054 if (date != NULL)
1056 free (date);
1057 date = NULL;
1207 /* keep the vers structure up to date in case we do a join
1390 xvers_ts = Version_TS (finfo, options, tag, date,
1445 xvers_ts->tag, xvers_ts->date,
1799 xvers_ts = Version_TS (finfo, options, tag, date,
1806 xvers_ts->tag, xvers_ts->date, NULL);
1948 "Result of merge", vers->options, vers->tag, vers->date, cp);
1986 * is the version of the file that the user was most up-to-date with
2318 /* The file is up to date. Need to check out the current
2369 "Result of merge", vers->options, vers->tag, vers->date,
2407 vers->options, vers->tag, vers->date, vers->ts_conflict);
2410 running as the server, and the file is up to date in the
2426 * to do. This needs to be checked before the rev2 == up-to-date base
2437 /* If we know that the user file is up-to-date, then it becomes an
2538 /* The file is up to date. Need to check out the current contents. */
2556 * is the version of the file that the user was most up-to-date with