aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorGlenn Morris2010-01-27 21:15:52 -0800
committerGlenn Morris2010-01-27 21:15:52 -0800
commit3a78fc365258ebec42c66fb7ea3db25641ad49a5 (patch)
tree3b1b65ab394a6b78fe8a5713c71fea46e1e59dc2 /admin/notes/bugtracker
parentdd5de7c6e4efc3c49e01ce75313303ba78e31b94 (diff)
downloademacs-3a78fc365258ebec42c66fb7ea3db25641ad49a5.tar.gz
emacs-3a78fc365258ebec42c66fb7ea3db25641ad49a5.zip
Add some details of bzr's --fixes option.
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker10
1 files changed, 6 insertions, 4 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 964cc869b8f..d2150635e4b 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -178,7 +178,7 @@ same way as if you had sent mail to "123" (sans -done). This mail has
178headers: 178headers:
179 179
180X-Emacs-PR-Message: cc-closed 123 180X-Emacs-PR-Message: cc-closed 123
181Mail-Followup-To: 123@debbugs.gnu.org, ... 181Mail-Followup-To: 123@debbugs.gnu.org, person-who-closed
182 182
183(This is Emacs-specific. Normally the bug list gets the same mail as in 3). 183(This is Emacs-specific. Normally the bug list gets the same mail as in 3).
184 184
@@ -419,13 +419,15 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
419** Bazaar stuff 419** Bazaar stuff
420 420
421*** You can use `bzr commit --fixes emacs:123' to mark that a commit fixes 421*** You can use `bzr commit --fixes emacs:123' to mark that a commit fixes
422Emacs bug 123. You will first need to add a line to your bazaar.conf 422Emacs bug 123. You will first need to add a line to your bazaar.conf:
423(untested):
424 423
425bugtracker_emacs_url = http://debbugs.gnu.org/{id} 424bugtracker_emacs_url = http://debbugs.gnu.org/{id}
426 425
427Note that all this does is add some metadata to the commit, it doesn't 426Note that all this does is add some metadata to the commit, it doesn't
428actually mark the bug as closed in the tracker. 427actually mark the bug as closed in the tracker. There seems to be no
428way to see this "metadata" with `bzr log', which is rather poor, but
429it will show up as a link in a recent loggerhead installation, or with
430some of the graphical frontends to bzr log.
429 431
430** Gnus-specific voodoo 432** Gnus-specific voodoo
431 433