diff src/hgtabwidget.cpp @ 506:470829a21f98

Identify closed branches and display them in a lighter shade
author Chris Cannam
date Mon, 17 Oct 2011 22:08:05 +0100
parents 1c05e7576ea5
children 306a62fe851e
line wrap: on
line diff
--- a/src/hgtabwidget.cpp	Mon Oct 17 16:25:02 2011 +0100
+++ b/src/hgtabwidget.cpp	Mon Oct 17 22:08:05 2011 +0100
@@ -136,6 +136,11 @@
     m_historyWidget->setCurrent(ids, branch, haveChangesToCommit());
 }
 
+void HgTabWidget::setClosedHeadIds(QSet<QString> closed)
+{
+    m_historyWidget->setClosedHeadIds(closed);
+}
+
 void HgTabWidget::updateFileStates()
 {
     m_fileStatusWidget->updateWidgets();