Mercurial > hg > easyhg
diff hgtabwidget.cpp @ 115:78374cefa10f
* Add useful state message to file status page.
Also add shouldBeFast() method to HgAction; use it to avoid showing progress bar for fast actions
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 21:48:25 +0000 |
parents | 1721c580c10e |
children | 807c79350bf1 |
line wrap: on
line diff
--- a/hgtabwidget.cpp Fri Nov 26 21:17:24 2010 +0000 +++ b/hgtabwidget.cpp Fri Nov 26 21:48:25 2010 +0000 @@ -185,7 +185,7 @@ fileStatusWidget->setRemoteURL(remoteRepoPath); } -void HgTabWidget::setBranch(QString branch) +void HgTabWidget::setState(QString state) { - fileStatusWidget->setBranch(branch); + fileStatusWidget->setState(state); }