Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
505:1c05e7576ea5 | 506:470829a21f98 |
---|---|
134 void HgTabWidget::setCurrent(QStringList ids, QString branch) | 134 void HgTabWidget::setCurrent(QStringList ids, QString branch) |
135 { | 135 { |
136 m_historyWidget->setCurrent(ids, branch, haveChangesToCommit()); | 136 m_historyWidget->setCurrent(ids, branch, haveChangesToCommit()); |
137 } | 137 } |
138 | 138 |
139 void HgTabWidget::setClosedHeadIds(QSet<QString> closed) | |
140 { | |
141 m_historyWidget->setClosedHeadIds(closed); | |
142 } | |
143 | |
139 void HgTabWidget::updateFileStates() | 144 void HgTabWidget::updateFileStates() |
140 { | 145 { |
141 m_fileStatusWidget->updateWidgets(); | 146 m_fileStatusWidget->updateWidgets(); |
142 } | 147 } |
143 | 148 |