2
## Copyright (C) 2004 Aaron Bentley
4
## See the file "COPYING" for further information about
5
## the copyright and warranty status of this work.
9
# executes the command ("$@" are the arguments after the command name)
13
echo No star-merge version/revision specified >&2
16
aba_star_merge_undo "$@"
19
# one-liner description for aba help
22
aba_desc $(basename $0) "reverts the changes from a star-merge"
25
# short help for aba command -h, --help
29
reverts the changes from a star-merge
30
usage: $abaname $(basename $0) [options] [FROM]
32
All star-merge options may be used, except for --changes
33
Only the changes from the star-merge are reverted. All other changes will
38
# extended help for aba command -H or aba help command
46
# arch-tag: star-merge-undo by Aaron Bentley (23:25 Mar 10 2004)