diff hgtabwidget.cpp @ 129:4986642800f0

* Initial work on showing uncommitted changes (as dashed box) in history graph
author Chris Cannam
date Mon, 29 Nov 2010 20:53:34 +0000
parents fcaf09ee825d
children 1208d9688a8f
line wrap: on
line diff
--- a/hgtabwidget.cpp	Mon Nov 29 20:09:58 2010 +0000
+++ b/hgtabwidget.cpp	Mon Nov 29 20:53:34 2010 +0000
@@ -54,6 +54,11 @@
     m_historyWidget->setCurrent(ids);
 }
 
+void HgTabWidget::showUncommittedChanges(bool u)
+{
+    m_historyWidget->showUncommittedChanges(u);
+}
+
 bool HgTabWidget::canCommit() const
 {
     if (!m_fileStatusWidget->getSelectedAddableFiles().empty()) return false;