From: ajt <> Date: Thu, 6 Oct 2005 11:21:34 +0000 (-0800) Subject: [project @ 2005-10-06 04:21:34 by ajt] X-Git-Tag: release/2.6.0~643 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=570a0c6143105b76c35f3c3a3ae8aeef60de455c;p=debbugs.git [project @ 2005-10-06 04:21:34 by ajt] add documentation for block/unblock control commands add tag command to the refcard --- diff --git a/html/server-control.html.in b/html/server-control.html.in index d46c2670..579cf8bc 100644 --- a/html/server-control.html.in +++ b/html/server-control.html.in @@ -256,6 +256,22 @@ mailservers is available via the WWW, in

For their meanings please consult the general developers' documentation for the $gBug system. +

block|unblock bugnumber by|with bug [ bug ... ] + +
Use to note that one bug blocks another bug from being fixed. + The first listed bug is the one being blocked, and it is followed + by the bug or bugs that are blocking it. Use unblock + to unblock a bug. + +

Example usage:

+ +
+        # indicates that 7890 cannot be fixed until 123456 is fixed
+        block 7890 by 123456
+        # indicates that 7890 can be fixed before 123456 after all
+        unblock 7890 by 123456
+  
+
close bugnumber [ fixed-version ] (deprecated) diff --git a/html/server-refcard.html.in b/html/server-refcard.html.in index 082e1957..dab14728 100644 --- a/html/server-refcard.html.in +++ b/html/server-refcard.html.in @@ -73,6 +73,9 @@ sending the word help to each mailserver.
  • retitle bugnumber new-title
  • merge bugnumber bugnumber ...
  • unmerge bugnumber +
  • tag bugnumber [+-=] tag ... +
  • block bugnumber by bug ... +
  • unblock bugnumber by bug ...

    reopen with = or no originator address leaves