aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorGlenn Morris2010-11-09 20:50:31 -0800
committerGlenn Morris2010-11-09 20:50:31 -0800
commitde4708cbd8ec2185efcad0b20f3e2766f4b95e23 (patch)
tree2b81638fbeff5385f4685d05e34315207cddb730 /admin/notes/bugtracker
parent86520d8c1737985eb24dabb9de1f90b622e3bbd5 (diff)
downloademacs-de4708cbd8ec2185efcad0b20f3e2766f4b95e23.tar.gz
emacs-de4708cbd8ec2185efcad0b20f3e2766f4b95e23.zip
Comments related to `bzr commit --fixes'.
Diffstat (limited to 'admin/notes/bugtracker')
-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
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
453Emacs bug 123. You will first need to add a line to your bazaar.conf: 453Emacs bug 123. You will first need to add a line to your bazaar.conf:
454 454
455bugtracker_emacs_url = http://debbugs.gnu.org/{id} 455bugtracker_debbugs_url = http://debbugs.gnu.org/{id}
456
457See also log-edit-rewrite-fixes in .dir-locals.el.
456 458
457Note that all this does is add some metadata to the commit, it doesn't 459Note that all this does is add some metadata to the commit, it doesn't
458actually mark the bug as closed in the tracker. There seems to be no 460actually mark the bug as closed in the tracker. There seems to be no