Skip to content

Commit

Permalink
Further fix of gerrit-download
Browse files Browse the repository at this point in the history
Change-Id: I2cd51d2f307b9ea729d9f8be09bc3a7842b6f031
  • Loading branch information
twmr committed Sep 20, 2021
1 parent 5288c5c commit 60f5203
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gerrit.el
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,9 @@ gerrit-upload: (current cmd: %(concat (gerrit-upload-create-git-review-cmd)))
(gerrit-get-current-project)))))
(selected-line (completing-read
"Download Change: " open-changes nil nil))
(changenr (car (s-split " " (s-trim selected-line))))))))
(changenr (car (s-split " " (s-trim selected-line)))))
changenr
)))

(gerrit--init-accounts)
(if gerrit-use-gitreview-interface
Expand Down

0 comments on commit 60f5203

Please sign in to comment.