From 584fa315db2c041f0e05a9d709c3ee03c7f91be2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 13 Nov 2014 09:16:33 -0800 Subject: [PATCH] Fix minor Bazaar leftovers. Reported by Perry E. Metzger in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html * .dir-locals.el: Remove reference to bzr commit --fixes debbugs. * etc/CONTRIBUTE: More git transition. --- .dir-locals.el | 6 +----- etc/CONTRIBUTE | 3 +-- etc/ChangeLog | 7 +++++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 203343f0842..afc68ea3ba6 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -3,11 +3,7 @@ (fill-column . 70))) (c-mode . ((c-file-style . "GNU"))) (objc-mode . ((c-file-style . "GNU"))) - ;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work. - ;; See admin/notes/bugtracker. - (log-edit-mode . ((log-edit-rewrite-fixes - "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1") - (log-edit-font-lock-gnu-style . t) + (log-edit-mode . ((log-edit-font-lock-gnu-style . t) (log-edit-setup-add-author . t))) (change-log-mode . ((add-log-time-zone-rule . t) (fill-column . 74) diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index 882773bcb5e..d1ee9f4690c 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE @@ -75,7 +75,7 @@ patches) over all your contributions. * Getting the Source Code -The latest version of Emacs can be downloaded using Bazaar from the +The latest version of the Emacs source code can be downloaded from the Savannah web site. It is important to write your patch based on the latest version. If you start from an older version, your patch may be outdated (so that maintainers will have a hard time applying it), or @@ -215,4 +215,3 @@ Local variables: mode: outline paragraph-separate: "[ ]*$" end: - diff --git a/etc/ChangeLog b/etc/ChangeLog index 87efd2ac5f8..b3f4afa93a0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,10 @@ +2014-11-13 Paul Eggert + + Fix minor Bazaar leftovers. + Reported by Perry E. Metzger in: + http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html + * CONTRIBUTE: More git transition. + 2014-11-11 Eric S. Raymond * CONTRIBUTE: git transition. -- 2.39.5