summaryrefslogtreecommitdiffstats
path: root/git-bz.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-bz.txt')
-rw-r--r--git-bz.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/git-bz.txt b/git-bz.txt
index eaa8eb1..d5ed11a 100644
--- a/git-bz.txt
+++ b/git-bz.txt
@@ -297,17 +297,20 @@ it is possible to set flag values, depending on the configuration of
the bug tracker. However, it is first necessary to configure the flag
types available for your bug tracker. Ask the administrator of the
tracker or inspect the HTML source code of the attachment.cgi
-page. For each flag you need to configure its id and whether or not it
-is requesteeable (eg. if you can ask for a specific bugzilla user to
-update the flag). Here is a sample configuration:
+page. For each flag you need to configure its id, and can specify whether
+it is requesteeable (if you can ask for a specific bugzilla user to
+update the flag), and multiplicable (if you can request it of several
+bugzilla users.) Here is a sample configuration:
----------------------------------------
attachment-flag.review.id = 1
-attachment-flag.review.requesteeable = false
+attachment-flag.review.requesteeable = true
+attachment-flag.review.multiplicable = false
----------------------------------------
-With the above flag configuration, when editing an attachment
-description you should see a template allowing setting the flag:
+(requesteeable and multiplicable both default to false.) With the
+above flag configuration, when editing an attachment description you
+should see a template allowing setting the flag:
----------------------------------------
# Uncomment to set flags for the attachment; flags can be set to +,- , or ?.