Mercurial > hg > easyhg
diff hgtabwidget.cpp @ 145:644bd31e8301
* Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)
author | Chris Cannam |
---|---|
date | Wed, 01 Dec 2010 17:41:14 +0000 |
parents | e6c6b88d19b9 |
children | 2fef6b0dfbe8 |
line wrap: on
line diff
--- a/hgtabwidget.cpp Wed Dec 01 11:54:01 2010 +0000 +++ b/hgtabwidget.cpp Wed Dec 01 17:41:14 2010 +0000 @@ -73,14 +73,9 @@ m_fileStatusWidget->clearSelections(); } -void HgTabWidget::setCurrent(QStringList ids) +void HgTabWidget::setCurrent(QStringList ids, bool showUncommittedChanges) { - m_historyWidget->setCurrent(ids); -} - -void HgTabWidget::showUncommittedChanges(bool u) -{ - m_historyWidget->showUncommittedChanges(u); + m_historyWidget->setCurrent(ids, showUncommittedChanges); } bool HgTabWidget::canCommit() const