summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-10 13:27:01 -0400
committerGlenn Morris <rgm@gnu.org>2012-04-10 13:27:01 -0400
commitc9279dad0b22996b74a959ede6939fe4f2c3357c (patch)
tree444eb026f65eea52acdc0d39ddcd38959292cf54 /admin
parent9f67961ce65833d876ba846a24d0fbcbe88f46a4 (diff)
downloademacs-c9279dad0b22996b74a959ede6939fe4f2c3357c.tar.gz
* admin/bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
Add header keyword.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog2
-rw-r--r--admin/bzrmerge.el6
2 files changed, 5 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 1cc52bc5fb5..a3a756bde64 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,5 +1,7 @@
2012-04-10 Glenn Morris <rgm@gnu.org>
+ * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
+
* unidata/Makefile.in: Add FSF copyright.
Make it use autoconf features, and work for out-of-tree builds.
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el
index cb63d5b16ba..0c72c8b5c93 100644
--- a/admin/bzrmerge.el
+++ b/admin/bzrmerge.el
@@ -1,9 +1,9 @@
;;; bzrmerge.el --- help merge one Emacs bzr branch to another
-;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords:
+;; Keywords: maint
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
(require 'cl)) ; assert
(defvar bzrmerge-skip-regexp
- "back[- ]?port\\|merge\\|sync\\|re-?generate\\|bump version"
+ "back[- ]?port\\|merge\\|sync\\|re-?generate\\|bump version\\|from trunk"
"Regexp matching logs of revisions that might be skipped.
`bzrmerge-missing' will ask you if it should skip any matches.")