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)
12
diff -u $(tla file-find $1 $(aba_full_revision $2)) $(tla file-find projectlanguage.cpp $(aba_full_revision $3))
15
# one-liner description for aba help
18
aba_desc $(basename $0) "Compare two revisions of a file"
21
# short help for aba command -h, --help
26
usage: $abaname $(basename $0) file [revision] [revision]
28
Omitted revisions will default to the tree revision. Patchlevels are fine.
32
# extended help for aba command -H or aba help command
40
# arch-tag: file-diff-rev by Aaron Bentley (11:40 May 12 2004)