From b4cb51888233275e6ec09f084f9fba371e01e759 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 27 Dec 2007 15:29:54 -0200 Subject: Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule. --- src/ruleparser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ruleparser.h') diff --git a/src/ruleparser.h b/src/ruleparser.h index d70a39b..9525f14 100644 --- a/src/ruleparser.h +++ b/src/ruleparser.h @@ -50,7 +50,8 @@ public: enum Action { Ignore, - Export + Export, + Recurse } action; Match() : minRevision(-1), maxRevision(-1), lineNumber(0), action(Ignore) { } -- cgit v1.2.1