Below is the list of changes that have just been committed into a local
4.1 repository of mtaylor. When mtaylor does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-12-15 10:57:58-08:00, mtaylor@qualinost.(none) +1 -0
Added support for sensible-editor from Debian, instead of emacs.
scripts/mysqlbug.sh@stripped, 2006-12-15 10:57:55-08:00, mtaylor@qualinost.(none) +7 -1
Added support for sensible-editor from Debian, instead of emacs.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: mtaylor
# Host: qualinost.(none)
# Root: /home/mtaylor/src/mysql-4.1-maint
--- 1.7/scripts/mysqlbug.sh 2006-12-15 10:58:03 -08:00
+++ 1.8/scripts/mysqlbug.sh 2006-12-15 10:58:03 -08:00
@@ -132,7 +132,13 @@
then
if test -z "$EDITOR"
then
- EDIT=emacs
+ # Honor debian sensible-editor
+ if test -x "/usr/bin/sensible-editor"
+ then
+ EDIT=/usr/bin/sensible-editor
+ else
+ EDIT=emacs
+ fi
else
EDIT="$EDITOR"
fi
| Thread |
|---|
| • bk commit into 4.1 tree (mtaylor:1.2593) | Monty Taylor | 15 Dec |