diff src/changeset.cpp @ 419:69b2338c06e1 ignore

Add "Ignore this directory"; some fixes to ignore logic (though not yet enough)
author Chris Cannam
date Thu, 16 Jun 2011 20:35:05 +0100
parents b9c153e00e84
children c623ce6b3104
line wrap: on
line diff
--- a/src/changeset.cpp	Thu Jun 16 16:46:35 2011 +0100
+++ b/src/changeset.cpp	Thu Jun 16 20:35:05 2011 +0100
@@ -17,6 +17,7 @@
 
 #include "changeset.h"
 #include "common.h"
+#include "debug.h"
 
 #include <QVariant>
 
@@ -53,6 +54,8 @@
 
     description = "<qt><table border=0>";
 
+//    DEBUG << "comment is " << comment() << endl;
+
     QString c = comment().trimmed();
     c = c.replace(QRegExp("^\""), "");
     c = c.replace(QRegExp("\"$"), "");