comparison admin/notes/bugtracker @ 106969:5824bdf04287

Small fixes.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Jan 2010 15:25:25 -0800
parents 8c9b1893adfe
children 9fa45b0cc7d9
comparison
equal deleted inserted replaced
106968:8c9b1893adfe 106969:5824bdf04287
57 57
58 ** When reporting a bug, to send a Cc to another address 58 ** When reporting a bug, to send a Cc to another address
59 (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header. 59 (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header.
60 Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a 60 Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
61 mail with the bug report number in. If you do not do this, each reply 61 mail with the bug report number in. If you do not do this, each reply
62 in the subsequent discussion will end up creating a new bug. This is 62 in the subsequent discussion will end up creating a new bug.
63 annoying. 63 This is annoying.
64 64
65 If a new report contains X-Debbugs-CC in the input, this is 65 If a new report contains X-Debbugs-CC in the input, this is
66 converted to a real Cc header in the output. (See Bug#1720). 66 converted to a real Cc header in the output. (See Bug#1720).
67 It is also merged into the Resent-CC header (see below). 67 It is also merged into the Resent-CC header (see below).
68 68
186 ** Usertags 186 ** Usertags
187 187
188 See <http://wiki.debian.org/bugs.debian.org/usertags> 188 See <http://wiki.debian.org/bugs.debian.org/usertags>
189 189
190 "Usertags" are very similar to tags: a set of labels that can be added 190 "Usertags" are very similar to tags: a set of labels that can be added
191 to a bug. There are two differences between normal tags and user 191 to a bug. There are two differences between normal tags and user tags:
192 tags:
193 192
194 1) Anyone can define any valid usertag they like. In contrast, only a 193 1) Anyone can define any valid usertag they like. In contrast, only a
195 limited, predefined set of normal tags are available (see above). 194 limited, predefined set of normal tags are available (see above).
196 195
197 2) A usertag is associated with a specific email address. 196 2) A usertag is associated with a specific email address.
366 365
367 http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html 366 http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
368 367
369 ** Bazaar stuff 368 ** Bazaar stuff
370 369
371 *** You can use the commit --fixes emacs:123 to mark that a commit fixes 370 *** You can use `bzr commit --fixes emacs:123' to mark that a commit fixes
372 Emacs bug 123. You will first need to add a line to your bazaar.conf 371 Emacs bug 123. You will first need to add a line to your bazaar.conf
373 (untested): 372 (untested):
374 373
375 bugtracker_emacs_url = http://debbugs.gnu.org/{id} 374 bugtracker_emacs_url = http://debbugs.gnu.org/{id}
376 375