HomeSort by: relevance | last modified time | path
    Searched refs:unedit (Results 1 - 8 of 8) 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? */
watch.c 27 "-a (add/remove): Specify what actions, one of: `edit', `unedit',\n",
93 mynewattr_size = sizeof "+edit+unedit+commit+tedit+tunedit+tcommit";
100 add_unedit_pending = what->adding && what->unedit;
103 remove_unedit_pending = !what->adding && what->unedit;
129 else if (pend - p == 6 && strncmp ("unedit", p, 6) == 0)
132 strcat (mynewattr, "+unedit");
179 strcat (mynewattr, "+unedit");
264 the_args.unedit = 0;
284 else if (strcmp (optarg, "unedit") == 0)
285 the_args.unedit = 1
    [all...]
release.c 129 further, and making it like edit/unedit in terms of working well if
134 which we do as part of unedit, and for the "release" itself, is slow
334 err += unedit (argc, argv);
cvs.h 892 int unedit (int argc, char **argv);
main.c 183 { "unedit", NULL, NULL, unedit, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
278 " unedit Undo an edit command\n",
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...]
sanity.sh 1687 tests="${tests} unedit-without-baserev"
16573 # Unedit of a file not being edited should be a noop.
16574 dotest devcom-14 "$testcvs unedit abb" ''
16582 # Unedit of an unmodified file.
16583 dotest devcom-18 "$testcvs unedit abc"
16587 # Try to unedit a modified file; cvs should ask for confirmation
16588 dotest devcom-20 "echo no | $testcvs unedit abc" \
16593 # OK, now confirm the unedit
16594 dotest devcom-22 "echo yes |$testcvs unedit abc" \
16607 "abb $username edit unedit commi
    [all...]
  /src/external/gpl2/xcvs/dist/contrib/
sccs2rcs.in 36 # "rm -rf RCS; sccs unedit `sccs tell`; sccs clean"
287 sccs unedit $file >>& $logfile
310 sccs unedit $f

Completed in 126 milliseconds