comparison 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
comparison
equal deleted inserted replaced
111590:121e3a019c49 111591:6926686a73a0
447 447
448 http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html 448 http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
449 449
450 ** Bazaar stuff 450 ** Bazaar stuff
451 451
452 *** You can use `bzr commit --fixes emacs:123' to mark that a commit fixes 452 *** You can use `bzr commit --fixes debbugs:123' to mark that a commit fixes
453 Emacs bug 123. You will first need to add a line to your bazaar.conf: 453 Emacs bug 123. You will first need to add a line to your bazaar.conf:
454 454
455 bugtracker_emacs_url = http://debbugs.gnu.org/{id} 455 bugtracker_debbugs_url = http://debbugs.gnu.org/{id}
456
457 See also log-edit-rewrite-fixes in .dir-locals.el.
456 458
457 Note that all this does is add some metadata to the commit, it doesn't 459 Note that all this does is add some metadata to the commit, it doesn't
458 actually mark the bug as closed in the tracker. There seems to be no 460 actually mark the bug as closed in the tracker. There seems to be no
459 way to see this "metadata" with `bzr log', which is rather poor, but 461 way to see this "metadata" with `bzr log', which is rather poor, but
460 it will show up as a link in a recent loggerhead installation, or with 462 it will show up as a link in a recent loggerhead installation, or with