revert: prepare to move replay_action to header
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 11 Jan 2012 18:15:56 +0000 (23:45 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jan 2012 02:08:22 +0000 (18:08 -0800)
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>
No differences found