Git: Persist topic per branch on Push to Gerrit

Change-Id: I5a4056f562bb3264a8bd35d73fb16860eb0984e7
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Orgad Shaneh
2017-01-22 23:13:37 +02:00
committed by Orgad Shaneh
parent a905948852
commit 7cfbcb41b9
5 changed files with 21 additions and 0 deletions

View File

@@ -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();