X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/blobdiff_plain/a812d0b14d8e341c48201354122578705af873e4..b4cb51888233275e6ec09f084f9fba371e01e759:/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) { }