comparison 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
comparison
equal deleted inserted replaced
127:758471b71721 128:fcaf09ee825d
45 } 45 }
46 46
47 void HgTabWidget::clearSelections() 47 void HgTabWidget::clearSelections()
48 { 48 {
49 m_fileStatusWidget->clearSelections(); 49 m_fileStatusWidget->clearSelections();
50 }
51
52 void HgTabWidget::setCurrent(QStringList ids)
53 {
54 m_historyWidget->setCurrent(ids);
50 } 55 }
51 56
52 bool HgTabWidget::canCommit() const 57 bool HgTabWidget::canCommit() const
53 { 58 {
54 if (!m_fileStatusWidget->getSelectedAddableFiles().empty()) return false; 59 if (!m_fileStatusWidget->getSelectedAddableFiles().empty()) return false;