aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/notes/bugtracker6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 902067011b0..7c6c0ff4272 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -475,8 +475,8 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
475** Bazaar stuff 475** Bazaar stuff
476 476
477*** You can use `bzr commit --fixes debbugs:123' to mark that a commit fixes 477*** You can use `bzr commit --fixes debbugs:123' to mark that a commit fixes
478Emacs bug 123. You will first need to add a line to your ~/bazaar.conf 478Emacs bug 123. You will first need to add a line to one of your
479or ~/locations.conf: 479configuration files, ~/.bazaar/bazaar.conf or ~/.bazaar/locations.conf:
480 480
481bugtracker_debbugs_url = http://debbugs.gnu.org/{id} 481bugtracker_debbugs_url = http://debbugs.gnu.org/{id}
482 482
@@ -491,7 +491,7 @@ In the locations.conf file, it should go into the branch-specific
491configuration section for the branch where you want this to be in 491configuration section for the branch where you want this to be in
492effect. For example, if you want this to be in effect for the branch 492effect. For example, if you want this to be in effect for the branch
493located at `/home/projects/emacs/trunk', you need to have this in your 493located at `/home/projects/emacs/trunk', you need to have this in your
494~/locations.conf file: 494~/.bazaar/locations.conf file:
495 495
496[/home/projects/emacs/trunk] 496[/home/projects/emacs/trunk]
497bugtracker_debbugs_url = http://debbugs.gnu.org/{id} 497bugtracker_debbugs_url = http://debbugs.gnu.org/{id}