Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: presubmit_canned_checks.py

Issue 6623074: add changes to presubmit needed for OWNERS support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: update w/ review feedback from maruel; still needs tests Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: presubmit_canned_checks.py
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
index 6523ec605cd57f0ba1b28fd60b0e6a0396787dec..20751581e2284dc2d8a73b3b4c47e6b292124223 100644
--- a/presubmit_canned_checks.py
+++ b/presubmit_canned_checks.py
@@ -642,5 +642,4 @@ def CheckOwners(input_api, output_api, source_file_filter=None):
return []
suggested_reviewers = owners_db.ReviewersFor(affected_files)
- # TODO(dpranke): Actually propagate the info back.
- return []
+ return [output_api.PresubmitAddText('R=%s' % ','.join(suggested_reviewers))]
« git_cl/git_cl.py ('K') | « git_cl/git_cl.py ('k') | presubmit_support.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698