From a640a40347c09403b7b5d9b99b2a56e56e0cf949 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Fri, 11 Jun 2004 15:45:45 -0800 Subject: [PATCH] [project @ 2004-06-11 16:45:45 by cjwatson] Clarify documentation of 'tags' (#253835). --- html/server-control.html.in | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/html/server-control.html.in b/html/server-control.html.in index a1014099..bbdcd2a7 100644 --- a/html/server-control.html.in +++ b/html/server-control.html.in @@ -181,13 +181,33 @@ mailservers is available via the WWW, in command; if you want to disconnect more than one $gBug simply include several unmerge commands in your message. -
tags bugnumber [ + | - | = ] tag +
tags bugnumber [ + | - | = ] tag [ tag ... ] -
Sets a particular tag for the $gBug report #bugnumber to - tag. No notification is sent to the user who reported the $gBug. - + means adding, - means subtracting, and - = means ignoring the current tags and setting them afresh. - The default action is adding. +
Sets tags for the $gBug report #bugnumber. No notification + is sent to the user who reported the $gBug. Setting the action to + + means to add each given tag, - + means to remove each given tag, and = means to + ignore the current tags and set them afresh to the list provided. The + default action is adding. + +

Example usage:

+ +
+        # same as 'tags 123456 + patch'
+        tags 123456 patch
+
+        # same as 'tags 123456 + help security'
+        tags 123456 help security
+
+        # add 'fixed' and 'pending' tags
+        tags 123456 + fixed pending
+
+        # remove 'unreproducible' tag
+        tags 123456 - unreproducible
+
+        # set tags to exactly 'moreinfo' and 'unreproducible'
+        tags 123456 = moreinfo unreproducible
+  

Available tags currently include patch, wontfix, moreinfo, unreproducible, help, -- 2.39.5