summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-11-09 20:50:31 -0800
committerGlenn Morris <rgm@gnu.org>2010-11-09 20:50:31 -0800
commit1870f48432dd744df514323c56a14957da68adc0 (patch)
tree6df267beb312f1e79c1fc2223c170963bcffc8ca /admin
parentac7458ac240d0f09dff5dc5b84a60149276149ad (diff)
downloademacs-1870f48432dd744df514323c56a14957da68adc0.tar.gz
Comments related to `bzr commit --fixes'.
Diffstat (limited to 'admin')
-rw-r--r--admin/notes/bugtracker6
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 5936eead85a..e22a8e5947e 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -449,10 +449,12 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
** 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