[PATCH] D30905: stable-merge-request.sh: Add a script for submitting merge requests via bugzilla
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 08:19:20 PDT 2017
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: utils/release/merge-request.sh:39
+
+function list_valid_projects() {
+ echo "The valid projects are..."
----------------
Maybe drop this and list_valid_components now since we're just using 'new-bugs'?
https://reviews.llvm.org/D30905
More information about the llvm-commits
mailing list