diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-11-21 19:59:08 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-11-21 19:59:08 +0200 |
commit | 5b9b7ef4489a78fea8f37bcc79385ff234594166 (patch) | |
tree | 7db71caf619db770687bb451c933697aea3b9d9d /admin | |
parent | ae3da38afc6269294faf1e6204128b5be2f40c3f (diff) | |
download | emacs-5b9b7ef4489a78fea8f37bcc79385ff234594166.tar.gz |
bugtracker: Correct locations of bzr *.conf files.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/notes/bugtracker | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 859d99b03bd..0ef89739b19 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -450,8 +450,8 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html ** Bazaar stuff *** 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 -or ~/locations.conf: +Emacs bug 123. You will first need to add a line to one of your +configuration files, ~/.bazaar/bazaar.conf or ~/.bazaar/locations.conf: bugtracker_debbugs_url = http://debbugs.gnu.org/{id} |