diff options
Diffstat (limited to 'src/svn.cpp')
| -rw-r--r-- | src/svn.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/svn.cpp b/src/svn.cpp index ba15a2c..5f3dc28 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -550,6 +550,8 @@ int SvnRevision::exportDispatch(const char *key, const svn_fs_path_change_t *cha apr_hash_t *changes, const QString ¤t, const Rules::Match &rule, apr_pool_t *pool) { + if(CommandLineParser::instance()->contains( QLatin1String("debug-rules"))) + qDebug() << " " << qPrintable(current) << "matched rule:" << rule.lineNumber << "(" << rule.rx.pattern() << ")"; switch (rule.action) { case Rules::Match::Ignore: // ignore rule |
