source: CMT/v1r18p20041201/src/setup.tcsh @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

  • Property svn:ignore set to setup.*
File size: 2.1 KB
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# See the complete license in cmt_license.txt "http://www.cecill.info".
5#-----------------------------------------------------------
6
7complete cmt p/1/'(broadcast build check check_files checkout co cleanup config create expand filter help lock remove run setup show system unlock version cvstags cvsbranches cvssubpackages)'/ \
8 n/build/'(CMT_pacman constituent_makefile constituents_makefile dependencies library_links make_setup msdev os9_makefile prototype readme tag_makefile temporary_name triggers win_makefile)'/ \
9 n/show/'(action action_names action_value actions all_tags applied_patterns author branches clients cmtpath_patterns constituent constituent_names constituents cycles fragment fragments groups include_dirs language languages macro macro_names macro_value macros manager packages path pattern patterns projects pwd set set_names set_value sets strategies tags use_paths uses versions)'/ \
10 n/check/'(configuration files version)'/ \
11 n/expand/'(model)'/ \
12 n/constituent/'`cmt -quiet show constituent_names`'/ \
13 n/fragment/'`cmt -quiet show fragments | sed -e "s#.*fragments.##" `'/ \
14 n/action/'`cmt -quiet show action_names | sed -e "s#=.*##" `'/ \
15 n/action_value/'`cmt -quiet show action_names | sed -e "s#=.*##" `'/ \
16 n/build/'(CMT_pacman constituent_makefile constituents_makefile dependencies library_links make_setup msdev os9_makefile prototype readme tag_makefile temporary_name triggers win_makefile)'/ \
17 n/broadcast/'(-begin= -select= -exclude= -local -global -depth=)'/ \
18 n/macro/'`cmt -quiet show macro_names | sed -e "s#=.*##" `'/ \
19 n/macro_value/'`cmt -quiet show macro_names | sed -e "s#=.*##" `'/ \
20 n/pattern/'`cmt -quiet show pattern_names`'/ \
21 n/set/'`cmt -quiet show set_names | sed -e "s#=.*##" `'/ \
22 n/set_value/'`cmt -quiet show set_names | sed -e "s#=.*##" `'/ \
23 n/triggers/'`cmt -quiet show constituent_names`'/ \
24 n/co/'(-l,-R,-r,-d,-o,-requirements)'/ \
25 n/checkout/'(-l,-R,-r,-d,-o,-requirements)'/
26
27
Note: See TracBrowser for help on using the repository browser.