# HG changeset patch # User cmlenz # Date 1187888937 0 # Node ID d139ac1d216a5847f505378e53aa5df8294ac507 # Parent 22d6a7da8777b3f2c2abe57f0c8e19e509af1e27 Add checkout command to example recipe. diff --git a/doc/recipes.txt b/doc/recipes.txt --- a/doc/recipes.txt +++ b/doc/recipes.txt @@ -36,11 +36,20 @@ these elements are declared in XML namespaces, where the namespace URI defines a collection of related commands. +Commonly, the first step of any build recipe will perform the checkout from the +repository. + .. code-block:: xml - + - + + + + +