8ab704977a1295213377daff4c85bd37a866dda8
[scons.git] / src / engine / SCons / Tool / BitKeeper.xml
1 <!--
2 __COPYRIGHT__
3
4 This file is processed by the bin/SConsDoc.py module.
5 See its __doc__ string for a discussion of the format.
6 -->
7 <tool name="BitKeeper">
8 <summary>
9 XXX
10 </summary>
11 </tool>
12
13 <cvar name="BITKEEPER">
14 <summary>
15 The BitKeeper executable.
16 </summary>
17 </cvar>
18
19 <cvar name="BITKEEPERCOM">
20 <summary>
21 The command line for
22 fetching source files using BitKeeper.
23 </summary>
24 </cvar>
25
26 <cvar name="BITKEEPERCOMSTR">
27 <summary>
28 The string displayed when fetching
29 a source file using BitKeeper.
30 If this is not set, then &cv-link-BITKEEPERCOM;
31 (the command line) is displayed.
32 </summary>
33 </cvar>
34
35 <cvar name="BITKEEPERGET">
36 <summary>
37 The command (&cv-link-BITKEEPER;) and subcommand
38 for fetching source files using BitKeeper.
39 </summary>
40 </cvar>
41
42 <cvar name="BITKEEPERGETFLAGS">
43 <summary>
44 Options that are passed to the BitKeeper
45 <command>get</command>
46 subcommand.
47 </summary>
48 </cvar>