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)
16
tv=$(tla tree-version)
20
archive=$(tla parse-package-name --arch $tv)
21
version=$(tla parse-package-name --package-version $tv)
22
tla archive-mirror $archive $version
25
# one-liner description for aba help
28
aba_desc $(basename $0) "commits and mirrors a revision"
31
# short help for aba command -h, --help
35
commits and mirrors a revision
36
usage: $abaname $(basename $0) [OPTIONS]
38
Accepts all commit options, but --dir should not be used, since mirroring
39
is done according to tree-version.
41
All revisions in the current project tree are mirrored, not only the one
46
# extended help for aba command -H or aba help command
55
# arch-tag: mcommit by Aaron Bentley (12:20 Feb 18 2004)