-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quality of life fix for rbt post when updating request.
The issue: you post a review request with a different set of target people or groups than are in your .reviewboardrc. When you then update this existing review request, if you don't re-specify your custom people/groups, then rbt will overwrite your custom choices with the ones specified in your .reviewboardrc. With this change, rbt post will use the options in the .reviewboardrc only when creating a new review request. If you are updating an existing request, then it will ignore the settings in the .reviewboardrc. You can still manually change the groups/people in your update if you would like. Unit tests show this functionality. Testing Done: Been using this at work successfully. Manually walked through all the posting options. Unit tests should cover each case. Reviewed at https://reviews.reviewboard.org/r/9442/ Fixes bug 4650.
- Loading branch information
Showing
3 changed files
with
156 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters