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)
15
version=`tla tree-version`
17
echo $version--`tla revisions $version| tail -n 1`
20
# one-liner description for aba help
23
echo ' latest-revision : Outputs the latest revision of a package'
26
# short help for aba command -h, --help
29
echo "Usage: aba latest-revision [package--version]"
32
# extended help for aba command -H or aba help command
39
# arch-tag: latest-revision by Aaron Bentley (13:59 Feb 4, 2004)