HomeSort by: relevance | last modified time | path
    Searched defs:unedit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
watch.h 22 int unedit; member in struct:addremove_args
25 /* Are we adding or removing (non-temporary) edit,unedit,and/or commit
31 /* Should we add a temporary unedit watch? */
edit.c 422 /* Now stash the file away in CVSADM so that unedit can revert even if
446 " \t`edit', `unedit', `commit', `all', `none' (defaults to `all').\n",
491 else if (strcmp (optarg, "unedit") == 0)
569 option_with_arg ("-a", "unedit");
661 CVS/Base as we go along (so that an unedit could revert to the
700 error (0, 0, "run update to complete the unedit");
725 unedit (int argc, char **argv) function
953 "edit+unedit+commit,"... and walk down it. */
977 && endq - q == 6 && strncmp ("unedit", q, 6) == 0)
979 notif = "unedit";
    [all...]

Completed in 17 milliseconds