diff hgtabwidget.cpp @ 128:fcaf09ee825d

* Show tags and current working copy parents in history graph
author Chris Cannam
date Mon, 29 Nov 2010 20:09:58 +0000
parents c92f5859c707
children 4986642800f0
line wrap: on
line diff
--- a/hgtabwidget.cpp	Mon Nov 29 17:48:43 2010 +0000
+++ b/hgtabwidget.cpp	Mon Nov 29 20:09:58 2010 +0000
@@ -49,6 +49,11 @@
     m_fileStatusWidget->clearSelections();
 }
 
+void HgTabWidget::setCurrent(QStringList ids)
+{
+    m_historyWidget->setCurrent(ids);
+}
+
 bool HgTabWidget::canCommit() const
 {
     if (!m_fileStatusWidget->getSelectedAddableFiles().empty()) return false;