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
for source in $sourcever; do
14
tla missing -sf $source
18
# one-liner description for aba help
21
aba_desc $(basename $0) "Does \"tla missing -sf\" for merge sources"
24
# short help for aba command -h, --help
28
Does "tla missing -sf" for merge sources
29
usage: $abaname $(basename $0) [VERSION]
31
Determines merge-sources the same way as "merge" (argument, =partner-versions,
32
++merge-source) and lists missing revisions by full name with summaries
37
# extended help for aba command -H or aba help command
45
# arch-tag: missing-merge by Aaron Bentley (11:25 May 31 2004)