]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/server-control.html.in
[project @ 2003-07-16 10:08:04 by cjwatson]
[debbugs.git] / html / server-control.html.in
index 0fa02dd7214238b9857871cc09af87042be5b7ad..92a4cc8ecbcdef526f2803dc1fab471411d3f78f 100644 (file)
@@ -131,10 +131,10 @@ mailservers is available via the WWW, in
         reassign -2 bar
         retitle -2 bar: bar sucks when used with foo
         severity -2 wishlist
-        clone 123456 -2
-        reassign -2 foo
-        retitle -2 foo: foo sucks
-        merge -1 -2
+        clone 123456 -3
+        reassign -3 foo
+        retitle -3 foo: foo sucks
+        merge -1 -3
   </pre>
 
 <dt><code>merge</code> <var>bugnumber</var> <var>bugnumber</var> ...
@@ -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.
 
+<dt><code>package</code> [ <var>packagename</var> ... ]
+
+  <dd>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.
+
+  <p>Example usage:</p>
+
+  <pre>
+        package foo
+        reassign 123456 bar
+
+        package bar
+        retitle 123456 bar: bar sucks
+        severity 123456 normal
+
+        package
+        severity 234567 wishlist
+  </pre>
+
 <dt><code>quit</code>
 <dt><code>stop</code>
 <dt><code>thank</code>...