diff options
Diffstat (limited to 'admin/notes/bugtracker')
| -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 | |||
| 450 | ** Bazaar stuff | 450 | ** Bazaar stuff |
| 451 | 451 | ||
| 452 | *** You can use `bzr commit --fixes debbugs: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 one of your |
| 454 | or ~/locations.conf: | 454 | configuration files, ~/.bazaar/bazaar.conf or ~/.bazaar/locations.conf: |
| 455 | 455 | ||
| 456 | bugtracker_debbugs_url = http://debbugs.gnu.org/{id} | 456 | bugtracker_debbugs_url = http://debbugs.gnu.org/{id} |
| 457 | 457 | ||