2
# Copyright (C) 2004 Aaron Bentley
4
# See the file "COPYING" for further information about
5
# the copyright and warranty status of this work.
12
if [ -z "$EDITOR" ]; then
13
echo '$EDITOR not set'
16
if filename=`tla make-log`; then
17
tla log-for-merge >> $filename
23
echo ' emlog : creates and edits a merge log'
26
# short help for aba command -h, --help
30
creates and edits a merge log
31
usage: $abaname $(basename $0)
33
This creates a merge log, then invokes $EDITOR to edit it. Unfortunately,
34
it is not idempotent like tla make-log, so don't run it twice for the same
39
# extended help for aba command -H or aba help command
47
# arch-tag: emlog by Aaron Bentley (12:12 Jan 23, 2004)