summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/BitKeeper.xml
blob: 43841a026cd25196a41abac80d68382ec2dc776a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!-- __COPYRIGHT__ -->
<tool name="BitKeeper">
<summary>
XXX
</summary>
</tool>

<cvar name="BITKEEPER">
<summary>
The BitKeeper executable.
</summary>
</cvar>

<cvar name="BITKEEPERCOM">
<summary>
The command line for
fetching source files using BitKEeper.
</summary>
</cvar>

<cvar name="BITKEEPERCOMSTR">
<summary>
The string displayed when fetching
a source file using BitKeeper.
If this is not set, then &cv-BITKEEPERCOM;
(the command line) is displayed.
</summary>
</cvar>

<cvar name="BITKEEPERGET">
<summary>
The command (&cv-BITKEEPER;) and subcommand
for fetching source files using BitKeeper.
</summary>
</cvar>

<cvar name="BITKEEPERGETFLAGS">
<summary>
Options that are passed to the BitKeeper
<command>get</command>
subcommand.
</summary>
</cvar>