forked from qt-creator/qt-creator
VCS: Use entries combobox for log
Tests included Change-Id: Ibe2f6ece207128f8467b0cbca9dc38f2bcd5ced6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
d0f1193041
commit
7cb80f0e16
@@ -59,6 +59,7 @@ BazaarEditor::BazaarEditor(const VcsBase::VcsBaseEditorParameters *type, QWidget
|
||||
// Diff format:
|
||||
// === <change> <file|dir> 'mainwindow.cpp'
|
||||
setDiffFilePattern(QRegExp(QLatin1String("^=== [a-z]+ [a-z]+ '(.+)'\\s*")));
|
||||
setLogEntryPattern(QRegExp(QLatin1String("^revno: (\\d+)")));
|
||||
}
|
||||
|
||||
QSet<QString> BazaarEditor::annotationChanges() const
|
||||
|
||||
Reference in New Issue
Block a user