revert: prepare to move replay_action to header
commit644a36908d6b52cb8c0c4d1ac69fd0b451e38f13
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 11 Jan 2012 18:15:56 +0000 (11 23:45 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jan 2012 02:08:22 +0000 (11 18:08 -0800)
tree7e7131f78956c4cfd28d748dcc85a1eef3ddd480
parentc0129439d034a59ca761bcd6e0d50becbee80cee
revert: prepare to move replay_action to header

REVERT and CHERRY_PICK and are unsuitable names for an enumerator in a
public interface, because they are generic enough to be likely to
clash with identifiers with other meanings.  Rename to REPLAY_REVERT
and REPLAY_PICK as preparation for exposing them.

Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/revert.c