From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/BitKeeper.xml | 55 +++++++++++++++++++++++++++++++------ 1 file changed, 47 insertions(+), 8 deletions(-) (limited to 'src/engine/SCons/Tool/BitKeeper.xml') diff --git a/src/engine/SCons/Tool/BitKeeper.xml b/src/engine/SCons/Tool/BitKeeper.xml index c06af4c..aff9a90 100644 --- a/src/engine/SCons/Tool/BitKeeper.xml +++ b/src/engine/SCons/Tool/BitKeeper.xml @@ -1,59 +1,90 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the BitKeeper source code control system. + -BITKEEPER -BITKEEPERGET -BITKEEPERGETFLAGS -BITKEEPERCOM +BITKEEPER +BITKEEPERGET +BITKEEPERGETFLAGS +BITKEEPERCOM -BITKEEPERCOMSTR +BITKEEPERCOMSTR + The BitKeeper executable. + + The command line for fetching source files using BitKeeper. + + The string displayed when fetching a source file using BitKeeper. If this is not set, then &cv-link-BITKEEPERCOM; (the command line) is displayed. + + The command (&cv-link-BITKEEPER;) and subcommand for fetching source files using BitKeeper. + + Options that are passed to the BitKeeper get subcommand. + @@ -62,6 +93,7 @@ subcommand. () + A factory function that returns a Builder object to be used to fetch source files @@ -70,15 +102,22 @@ The returned Builder is intended to be passed to the &f-SourceCode; function. + + This function is deprecated. For details, see the entry for the &f-SourceCode; function. + + Example: + - + env.SourceCode('.', env.BitKeeper()) - + + + \ No newline at end of file -- cgit v1.2.3