forked from qt-creator/qt-creator
Bazaar: add support of the "max log count" user setting
Merge-request: 327 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -390,7 +390,9 @@ void BazaarPlugin::logRepository()
|
||||
{
|
||||
const VCSBase::VCSBasePluginState state = currentState();
|
||||
QTC_ASSERT(state.hasTopLevel(), return);
|
||||
m_client->log(state.topLevel());
|
||||
QStringList extraOptions;
|
||||
extraOptions += QString("--limit=%1").arg(settings().logCount());
|
||||
m_client->log(state.topLevel(), QStringList(), extraOptions);
|
||||
}
|
||||
|
||||
void BazaarPlugin::revertAll()
|
||||
|
Reference in New Issue
Block a user