From: cjwatson <> Date: Fri, 11 Jun 2004 23:45:45 +0000 (-0800) Subject: [project @ 2004-06-11 16:45:45 by cjwatson] X-Git-Tag: release/2.6.0~746 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a640a40347c09403b7b5d9b99b2a56e56e0cf949;p=debbugs.git [project @ 2004-06-11 16:45:45 by cjwatson] Clarify documentation of 'tags' (#253835). --- 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,