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
tla changes --link > /dev/null
15
# one-liner description for aba help
18
aba_desc relink "alias for 'tla changes --link'"
21
# short help for aba command -h, --help
27
Re-link files in the project tree to their equivalent in the revision
28
library (or in-tree pristine), if they are unchanged.
33
# extended help for aba command -H or aba help command
40
# arch-tag: relink by Aaron Bentley (15:25 Feb 06 2004)