aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorEric S. Raymond2014-11-11 13:28:05 -0500
committerEric S. Raymond2014-11-11 13:28:05 -0500
commitac03795dc46ec150e2cabda756f31f6d10055c86 (patch)
treeaeaf2b0ab0c2b50828c06757176f9784527f907f /admin/notes/bugtracker
parent7611d85a451de6f4c335585b3395b29e6a6d3e33 (diff)
downloademacs-ac03795dc46ec150e2cabda756f31f6d10055c86.tar.gz
emacs-ac03795dc46ec150e2cabda756f31f6d10055c86.zip
Git transition patch
All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made.
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker38
1 files changed, 0 insertions, 38 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 7947b17973b..3d9df200f44 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -487,44 +487,6 @@ the bug web-pages.
487 487
488http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html 488http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
489 489
490** Bazaar stuff
491
492*** You can use `bzr commit --fixes debbugs:123' to mark that a commit fixes
493Emacs bug 123. You will first need to add a line to one of your
494configuration files, ~/.bazaar/bazaar.conf or ~/.bazaar/locations.conf:
495
496bugtracker_debbugs_url = http://debbugs.gnu.org/{id}
497
498Here "{id}" is a literal string, a placeholder that will be replaced
499by the bug number you specify after `--fixes debbugs:' in the bzr
500command line (123 in the example above).
501
502In the bazaar.conf file, this setting should go into the [DEFAULT]
503section.
504
505In the locations.conf file, it should go into the branch-specific
506configuration section for the branch where you want this to be in
507effect. For example, if you want this to be in effect for the branch
508located at `/home/projects/emacs/trunk', you need to have this in your
509~/.bazaar/locations.conf file:
510
511[/home/projects/emacs/trunk]
512bugtracker_debbugs_url = http://debbugs.gnu.org/{id}
513
514If you want to use this in all Emacs branches whose common parent is
515`/home/projects/emacs', put the setting in the [/home/projects/emacs]
516section. See "bzr help configuration" for more information about
517the *.conf files, their location and formats. See "bzr help bugs" for
518more information about the bugtracker_debbugs_url setting.
519
520See also log-edit-rewrite-fixes in .dir-locals.el.
521
522Note that all this does is add some metadata to the commit, it doesn't
523actually mark the bug as closed in the tracker. You can see this
524information with `bzr log', and it will show up as a link in a recent
525loggerhead installation, or with some of the graphical frontends to
526`bzr log'.
527
528** Gnus-specific voodoo 490** Gnus-specific voodoo
529 491
530*** Put point on a bug-number and try: M-x gnus-read-ephemeral-emacs-bug-group 492*** Put point on a bug-number and try: M-x gnus-read-ephemeral-emacs-bug-group