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
for rev in $(tla library-revisions -f $1); do
14
tla library-remove $rev
18
# one-liner description for aba help
21
aba_desc $(basename $0) "Remove all library revisions for a given version"
24
# short help for aba command -h, --help
28
Remove all revisions for a given version from the revlib
29
usage: $abaname $(basename $0) version
31
This will remove all revisions for a given version from the library. Its
32
reason for existence was to prevent the partial-mirror command from mirroring
33
old, uninteresting versions.
38
# extended help for aba command -H or aba help command
46
# arch-tag: library-remove-version by Aaron Bentley (11:00 Apr 26 2004)