diff admin/notes/bugtracker @ 111591:6926686a73a0

Comments related to `bzr commit --fixes'.
author Glenn Morris <rgm@gnu.org>
date Tue, 09 Nov 2010 20:50:31 -0800
parents 0ddcd935235c
children 71ea229e4709
line wrap: on
line diff
--- a/admin/notes/bugtracker	Tue Nov 09 20:36:21 2010 +0200
+++ b/admin/notes/bugtracker	Tue Nov 09 20:50:31 2010 -0800
@@ -449,10 +449,12 @@
 
 ** Bazaar stuff
 
-*** You can use `bzr commit --fixes emacs:123' to mark that a commit fixes
+*** You can use `bzr commit --fixes debbugs:123' to mark that a commit fixes
 Emacs bug 123.  You will first need to add a line to your bazaar.conf:
 
-bugtracker_emacs_url = http://debbugs.gnu.org/{id}
+bugtracker_debbugs_url = http://debbugs.gnu.org/{id}
+
+See also log-edit-rewrite-fixes in .dir-locals.el.
 
 Note that all this does is add some metadata to the commit, it doesn't
 actually mark the bug as closed in the tracker.  There seems to be no