Bug 48182 - webkit-patch --suggest-reviewers should let you pick individuals
Summary: webkit-patch --suggest-reviewers should let you pick individuals
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-23 05:33 PDT by David Kilzer (:ddkilzer)
Modified: 2010-10-23 10:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-10-23 05:33:44 PDT
The webkit-patch --suggest-reviewers switch is great, but when uploading a patch for Bug 48181, I only wanted to CC one of the three suggested reviewers (because he added the specific line of code that I was changing).

It would be nice if you could pick and choose individuals suggested in the list instead of an all-or-none situation.

For example, this is the current prompt:

The following reviewers have recently modified files in your patch:
Darin Fisher
David Levin
Jian Li
Would you like to CC them? [Y/n]: 

A more flexible prompt would be:

The following reviewers have recently modified files in your patch:
[1] Darin Fisher
[2] David Levin
[3] Jian Li
Would you like to CC them? [A]ll/[N]one/list: 

A list of numbers should allow for spaces and/or commas as separators (e.g., match separators on /[ ,]+/).
Comment 1 Eric Seidel (no email) 2010-10-23 10:38:53 PDT
Agreed.  Adam wanted this too.  We definitely need a bunch of iteration on --suggest-reviewers.