# HG changeset patch # User Glenn Morris # Date 1264655752 28800 # Node ID ee105028fee88b481d47b546e107361085e31f06 # Parent 6e5747b7cfa204f5eebda97cd648ccd8fad8ca1e Add some details of bzr's --fixes option. diff -r 6e5747b7cfa2 -r ee105028fee8 admin/notes/bugtracker --- a/admin/notes/bugtracker Thu Jan 28 07:21:16 2010 +0800 +++ b/admin/notes/bugtracker Wed Jan 27 21:15:52 2010 -0800 @@ -178,7 +178,7 @@ headers: X-Emacs-PR-Message: cc-closed 123 -Mail-Followup-To: 123@debbugs.gnu.org, ... +Mail-Followup-To: 123@debbugs.gnu.org, person-who-closed (This is Emacs-specific. Normally the bug list gets the same mail as in 3). @@ -419,13 +419,15 @@ ** Bazaar stuff *** You can use `bzr commit --fixes emacs:123' to mark that a commit fixes -Emacs bug 123. You will first need to add a line to your bazaar.conf -(untested): +Emacs bug 123. You will first need to add a line to your bazaar.conf: bugtracker_emacs_url = http://debbugs.gnu.org/{id} Note that all this does is add some metadata to the commit, it doesn't -actually mark the bug as closed in the tracker. +actually mark the bug as closed in the tracker. There seems to be no +way to see this "metadata" with `bzr log', which is rather poor, but +it will show up as a link in a recent loggerhead installation, or with +some of the graphical frontends to bzr log. ** Gnus-specific voodoo