From 40349f52c2a0a24aa423f07bddb162d1fa62cc71 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Thu, 9 Sep 2010 01:01:53 -0700 Subject: [PATCH] Add documentation on specifying repositories for default reviewers. --- .../admin/management/default-reviewers.txt | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/manual/admin/management/default-reviewers.txt b/docs/manual/admin/management/default-reviewers.txt index 2e652ca376..b126d7133f 100644 --- a/docs/manual/admin/management/default-reviewers.txt +++ b/docs/manual/admin/management/default-reviewers.txt @@ -42,8 +42,8 @@ A form will appear with the following fields: request when the `File regex`_ matches a file in the diff. The list contains possible review groups to match. Selected entries - are the groups you want to add. Hold down "Control" (on the PC) or - "Command" (on the Mac) to select more than one. + are the groups you want to add. Hold down :kbd:`Control` (on the PC) or + :kbd:`Command` (on the Mac) to select more than one. At least one group or one user should be selected for this default reviewer entry to be useful. @@ -53,12 +53,23 @@ A form will appear with the following fields: when the `File regex`_ matches a file in the diff. The list contains possible users to match. Selected entries are the users - you want to add. Hold down "Control" (on the PC) or "Command" (on the Mac) - to select more than one. + you want to add. Hold down :kbd:`Control` (on the PC) or :kbd:`Command` + (on the Mac) to select more than one. At least one group or one user should be selected for this default reviewer entry to be useful. +* **Repositories** (optional) + A default reviewer can be limited to one or more repositories. This is + particularly useful when operating a Review Board server with many + repositories ran by separate groups. + + Hold down :kbd:`Control` (on the PC) or :kbd:`Command` (on the Mac) + to select more than one repository. + + If no repositories are selected, then this default reviewer will apply to + every repository. + .. _editing-default-reviewers: