REPLAY_REVERT      35 builtin/revert.c 	return opts->action == REPLAY_REVERT ? "revert" : "cherry-pick";
REPLAY_REVERT      40 builtin/revert.c 	return opts->action == REPLAY_REVERT ? revert_usage : cherry_pick_usage;
REPLAY_REVERT     192 builtin/revert.c 	opts.action = REPLAY_REVERT;
REPLAY_REVERT     122 sequencer.c    	return opts->action == REPLAY_REVERT ? "revert" : "cherry-pick";
REPLAY_REVERT     527 sequencer.c    	if (opts->action == REPLAY_REVERT) {
REPLAY_REVERT     570 sequencer.c    	if (!opts->strategy || !strcmp(opts->strategy, "recursive") || opts->action == REPLAY_REVERT) {
REPLAY_REVERT     597 sequencer.c    	if (opts->action == REPLAY_REVERT && ((opts->no_commit && res == 0) || res == 1))
REPLAY_REVERT     602 sequencer.c    		error(opts->action == REPLAY_REVERT
REPLAY_REVERT     661 sequencer.c    	const char *action_str = opts->action == REPLAY_REVERT ? "revert" : "pick";
REPLAY_REVERT     687 sequencer.c    		action = REPLAY_REVERT;
REPLAY_REVERT     710 sequencer.c    		action_str = action == REPLAY_REVERT ? "revert" : "cherry-pick";
REPLAY_REVERT    1100 sequencer.c    		if (opts->action == REPLAY_REVERT)