diff mainwindow.cpp @ 332:70ad221e1619

Improve the Annotate output
author Chris Cannam
date Sun, 13 Mar 2011 10:59:34 +0000
parents acfe9390d5c6
children 697d7d75eae5
line wrap: on
line diff
--- a/mainwindow.cpp	Sun Mar 13 10:31:32 2011 +0000
+++ b/mainwindow.cpp	Sun Mar 13 10:59:34 2011 +0000
@@ -363,7 +363,7 @@
     QStringList params;
     
     if (!files.isEmpty()) {
-        params << "annotate" << "-udc" << "--" << files;
+        params << "annotate" << "-udqc" << "--" << files;
         m_runner->requestAction(HgAction(ACT_ANNOTATE, m_workFolderPath, params));
     }
 }