emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/admin/notes bugtracker


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/admin/notes bugtracker
Date: Sat, 22 Aug 2009 09:06:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/08/22 09:06:46

Modified files:
        admin/notes    : bugtracker 

Log message:
        How to reassign a bug to a list of packages.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/admin/notes/bugtracker?cvsroot=emacs&r1=1.35&r2=1.36

Patches:
Index: bugtracker
===================================================================
RCS file: /cvsroot/emacs/emacs/admin/notes/bugtracker,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- bugtracker  14 Mar 2009 20:29:40 -0000      1.35
+++ bugtracker  22 Aug 2009 09:06:46 -0000      1.36
@@ -179,8 +179,9 @@
 
 *** 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 (e.g. same package(s) and severity),
-but need not have the same tags (tags are merged). E.g.:
+Bugs must all be in the same state (e.g. same package(s) and severity
+-- see `reassign' and `severity' below), but need not have the same
+tags (tags are merged). E.g.:
 
 merge 123 124 125 ...
 
@@ -189,7 +190,8 @@
 
 *** Forcing a merge:
 Like `merge', but bugs need not be in the same state.  The packages
-must still match though.  The first one listed is the master.  E.g.:
+must still match though (see `reassign' below).  The first one listed
+is the master.  E.g.:
 
 forcemerge 123 124 125 ...
 
@@ -238,6 +240,9 @@
 *** To remove a "fixed" mark:
 notfixed 123 23.0.60
 
+*** To assign or reassign a bug to a package or list of packages:
+reassign 1234 emacs,cc-mode
+
 ** To remove spam from the tracker, move it to the `spam' pseudo-package:
 reassign 123 spam
 




reply via email to

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