diff options
| author | Glenn Morris | 2010-01-27 21:15:52 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-01-27 21:15:52 -0800 |
| commit | 3a78fc365258ebec42c66fb7ea3db25641ad49a5 (patch) | |
| tree | 3b1b65ab394a6b78fe8a5713c71fea46e1e59dc2 /admin/notes/bugtracker | |
| parent | dd5de7c6e4efc3c49e01ce75313303ba78e31b94 (diff) | |
| download | emacs-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/bugtracker | 10 |
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 | |||
| 178 | headers: | 178 | headers: |
| 179 | 179 | ||
| 180 | X-Emacs-PR-Message: cc-closed 123 | 180 | X-Emacs-PR-Message: cc-closed 123 |
| 181 | Mail-Followup-To: 123@debbugs.gnu.org, ... | 181 | Mail-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 |
| 422 | Emacs bug 123. You will first need to add a line to your bazaar.conf | 422 | Emacs bug 123. You will first need to add a line to your bazaar.conf: |
| 423 | (untested): | ||
| 424 | 423 | ||
| 425 | bugtracker_emacs_url = http://debbugs.gnu.org/{id} | 424 | bugtracker_emacs_url = http://debbugs.gnu.org/{id} |
| 426 | 425 | ||
| 427 | Note that all this does is add some metadata to the commit, it doesn't | 426 | Note that all this does is add some metadata to the commit, it doesn't |
| 428 | actually mark the bug as closed in the tracker. | 427 | actually mark the bug as closed in the tracker. There seems to be no |
| 428 | way to see this "metadata" with `bzr log', which is rather poor, but | ||
| 429 | it will show up as a link in a recent loggerhead installation, or with | ||
| 430 | some of the graphical frontends to bzr log. | ||
| 429 | 431 | ||
| 430 | ** Gnus-specific voodoo | 432 | ** Gnus-specific voodoo |
| 431 | 433 | ||