Fix revno detection in bzr log

Avoid false-positives when looking for changes under cursor in log view.

Change-Id: Ic0f9c105747ee2c1792b372f9cb3757017633861
Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
This commit is contained in:
Aurélien Gâteau
2012-01-26 14:18:59 +01:00
committed by Hugues Delorme
parent 1e7a0d3f65
commit acd49da492
4 changed files with 32 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ BazaarAnnotationHighlighter::BazaarAnnotationHighlighter(const ChangeNumbers &ch
const QColor &bg,
QTextDocument *document)
: VcsBase::BaseAnnotationHighlighter(changeNumbers, bg, document),
m_changeset(QLatin1String(Constants::CHANGESET_ID))
m_changeset(QLatin1String(Constants::ANNOTATE_CHANGESET_ID))
{
}