Exclusion Merge Resolution Types

Defines

#define MERGE_ER_NONE   0
#define MERGE_ER_FIRST   1
#define MERGE_ER_LAST   2
#define MERGE_ER_ALL   3
#define MERGE_ER_NEW   4
#define MERGE_ER_OLD   5

Detailed Description

The following defines specify the various methods that can be used to globally resolve exclusion reason conflicts.


Define Documentation

#define MERGE_ER_ALL   3

Specifies that the exclusion reasons should be merged.

Referenced by exclude_resolve_reason(), and merge_parse_args().

#define MERGE_ER_FIRST   1

Specifies that the first value was specified to the -er option. Use the first exclusion reason found.

Referenced by exclude_resolve_reason(), and merge_parse_args().

#define MERGE_ER_LAST   2

Specifies that the last value was specified to the -er option. Use the last exclusion reason found.

Referenced by exclude_resolve_reason(), and merge_parse_args().

#define MERGE_ER_NEW   4

Specified that the newest exclusion reasons should be used.

Referenced by exclude_resolve_reason(), and merge_parse_args().

#define MERGE_ER_NONE   0

Specifies that no -er option was specified on the merge command-line. Interactively resolve exclusion reason conflicts.

Referenced by exclude_resolve_reason().

#define MERGE_ER_OLD   5

Specified that the oldest exclusion reasons should be used.

Referenced by exclude_resolve_reason(), and merge_parse_args().

Generated on Sun Nov 21 00:55:42 2010 for Covered by  doxygen 1.6.3