forked from qt-creator/qt-creator
vcsbase: VCSBaseClient::log() now accepts extra options
Merge-request: 323 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -318,7 +318,8 @@ void BazaarPlugin::logCurrentFile()
|
||||
{
|
||||
const VCSBase::VCSBasePluginState state = currentState();
|
||||
QTC_ASSERT(state.hasFile(), return);
|
||||
m_client->log(state.currentFileTopLevel(), QStringList(state.relativeCurrentFile()), true);
|
||||
m_client->log(state.currentFileTopLevel(), QStringList(state.relativeCurrentFile()),
|
||||
BazaarClient::ExtraCommandOptions(), true);
|
||||
}
|
||||
|
||||
void BazaarPlugin::revertCurrentFile()
|
||||
|
Reference in New Issue
Block a user