From db3b96fc0014a5e860df1efc729b38d629662826 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Aug 2003 01:21:11 +0000 Subject: many fixes --cleanup implemented git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/diff.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/diff.h') diff --git a/src/diff.h b/src/diff.h index a746092..2c1c134 100644 --- a/src/diff.h +++ b/src/diff.h @@ -24,7 +24,12 @@ #include "context.h" #include "dbstruct.h" -enum { DIFF_COPY, DIFF_DELETE, DIFF_CONFLICT, DIFF_IGNORE }; +/* + * Please note that DIFF_REPLACE is never set by make_diff(). Instead + * it is used for conflict resolution in merge.c + */ + +enum { DIFF_COPY, DIFF_DELETE, DIFF_CONFLICT, DIFF_REPLACE }; struct diff_entry { int action; -- cgit