comparison 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
comparison
equal deleted inserted replaced
114:bb2d2eecdd60 115:78374cefa10f
183 { 183 {
184 fileStatusWidget->setLocalPath(workFolderPath); 184 fileStatusWidget->setLocalPath(workFolderPath);
185 fileStatusWidget->setRemoteURL(remoteRepoPath); 185 fileStatusWidget->setRemoteURL(remoteRepoPath);
186 } 186 }
187 187
188 void HgTabWidget::setBranch(QString branch) 188 void HgTabWidget::setState(QString state)
189 { 189 {
190 fileStatusWidget->setBranch(branch); 190 fileStatusWidget->setState(state);
191 } 191 }