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)
14
ver=$(tla tree-version)
17
dir=$(tla library-find $1)
18
tla missing -s -d $dir $ver
21
# one-liner description for aba help
24
aba_desc $(basename $0) "Inverted version of missing"
27
# short help for aba command -h, --help
31
Inverted version of missing
32
usage: $abaname $(basename $0) REVISION [VERSION]
34
Shows which revisions of VERSION are missing from REVISION. Version defaults
35
to the current tree-version.
40
# extended help for aba command -H or aba help command
48
# arch-tag: missing-from by Aaron Bentley (23:04 Jun 04 2004)