comparison mainwindow.cpp @ 332:70ad221e1619

Improve the Annotate output
author Chris Cannam
date Sun, 13 Mar 2011 10:59:34 +0000
parents acfe9390d5c6
children 697d7d75eae5
comparison
equal deleted inserted replaced
331:acfe9390d5c6 332:70ad221e1619
361 void MainWindow::hgAnnotateFiles(QStringList files) 361 void MainWindow::hgAnnotateFiles(QStringList files)
362 { 362 {
363 QStringList params; 363 QStringList params;
364 364
365 if (!files.isEmpty()) { 365 if (!files.isEmpty()) {
366 params << "annotate" << "-udc" << "--" << files; 366 params << "annotate" << "-udqc" << "--" << files;
367 m_runner->requestAction(HgAction(ACT_ANNOTATE, m_workFolderPath, params)); 367 m_runner->requestAction(HgAction(ACT_ANNOTATE, m_workFolderPath, params));
368 } 368 }
369 } 369 }
370 370
371 void MainWindow::hgResolveList() 371 void MainWindow::hgResolveList()