forked from qt-creator/qt-creator
Git: Persist topic per branch on Push to Gerrit
Change-Id: I5a4056f562bb3264a8bd35d73fb16860eb0984e7 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a905948852
commit
7cfbcb41b9
@@ -322,6 +322,7 @@ void GerritPlugin::push(const QString &topLevel)
|
||||
if (dialog.exec() == QDialog::Rejected)
|
||||
return;
|
||||
|
||||
dialog.storeTopic();
|
||||
m_reviewers = dialog.reviewers();
|
||||
|
||||
QString target = dialog.selectedCommit();
|
||||
|
||||
Reference in New Issue
Block a user