From 9fc3ff99ef39fa09618d972dc14e450123796d1a Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Tue, 15 Jul 2003 12:28:27 -0800 Subject: [PATCH] [project @ 2003-07-15 13:28:27 by cjwatson] Document new package command. --- html/server-control.html.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/html/server-control.html.in b/html/server-control.html.in index b943f02..f0d579c 100644 --- a/html/server-control.html.in +++ b/html/server-control.html.in @@ -210,6 +210,28 @@ mailservers is available via the WWW, in who reported the $gBug knows why it is being closed. The use of this command is therefore deprecated. +
package packagename ... + +
Limits the following commands so that they will only apply to bugs + filed against the listed packages. You can list one or more packages. If + you don't list any packages, the following commands will apply to all + bugs. You're encouraged to use this as a safety feature in case you + accidentally use the wrong bug numbers.
+ +

Example usage:

+ +
+        package foo
+        reassign 1 bar
+
+        package bar
+        retitle 1 bar: bar sucks
+        severity 1 normal
+
+        package
+        severity 2 wishlist
+  
+
quit
stop
thank... -- 2.39.2