REPLAY_PICK       102 builtin/revert.c 	if (opts->action == REPLAY_PICK) {
REPLAY_PICK       207 builtin/revert.c 	opts.action = REPLAY_PICK;
REPLAY_PICK       216 sequencer.c    	if (opts->action == REPLAY_PICK)
REPLAY_PICK       594 sequencer.c    	if (opts->action == REPLAY_PICK && !opts->no_commit && (res == 0 || res == 1))
REPLAY_PICK       632 sequencer.c    	if (opts->action == REPLAY_PICK && !opts->revs->no_walk)
REPLAY_PICK       684 sequencer.c    		action = REPLAY_PICK;