emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/notes/bugtracker,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/admin/notes/bugtracker,v
Date: Sat, 28 Jun 2008 03:50:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/28 03:50:16

Index: bugtracker
===================================================================
RCS file: /sources/emacs/emacs/admin/notes/bugtracker,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- bugtracker  3 Jun 2008 06:22:40 -0000       1.6
+++ bugtracker  28 Jun 2008 03:50:16 -0000      1.7
@@ -27,6 +27,9 @@
   reopen 123
   thanks
 
+** quit|stop|thank|thanks|thankyou|thank you
+On a line by itself, this tells the control server to ignore the rest of
+the message.
 
 ** Bugs can be tagged in various ways (eg wontfix, patch, etc).
 For a list of available tags, see:
@@ -36,15 +39,16 @@
 
   To: address@hidden
 
-  tag 123 wontfix
+  tags 123 wontfix
   thanks
 
 Or just add the
 
-  tag 123 wontfix
+  tags 123 wontfix
   thanks
 
-at the beginning of a reply.
+at the beginning of a reply.  The tag can be prefixed with +, - or =,
+meaning to add (the default), remove, or reset the tags.
 
 ** To remove spam from the tracker, move it to the `spam' pseudo-package:
 
@@ -52,3 +56,17 @@
 
   reassign 123 spam
   thanks
+
+** To merge bugs:
+Eg when bad replies create a bunch of new bugs for the same report.
+Bugs must all be in the same state.
+
+  To: address@hidden
+  merge 123 124 125 ...
+
+** To set severity:
+
+  To: address@hidden
+  severity 123 critical|grave|serious|important|normal|minor|wishlist
+
+See http://emacsbugs.donarmstrong.com/Developer#severities for the meanings.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]