summaryrefslogtreecommitdiffstats
path: root/git-bz.txt
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2015-02-27 15:32:38 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2015-02-27 15:50:16 -0500
commitda982ceccd4c5598c29ce64cde3b4885a597c7bc (patch)
treeccfa01bff7428c3715e884b882b49c2fab07e51f /git-bz.txt
parent146ec9c0f35d8ea1494d3f400bffbd9fcde7f5d4 (diff)
downloadgit-bz-da982ceccd4c5598c29ce64cde3b4885a597c7bc.tar.gz
Allow "multiplicable" attachment flags
A multiplicable flag can be requested of several users. https://bugzilla.gnome.org/show_bug.cgi?id=602406
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 ?.