From c7cd769a82be6c1463477af73e5fbfdf4ff2d77f Mon Sep 17 00:00:00 2001 From: James Date: Mon, 20 Jun 2022 11:09:40 +0200 Subject: [PATCH] clarify scm (#2595) --- reference/conanfile/tools/scm/git.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/conanfile/tools/scm/git.rst b/reference/conanfile/tools/scm/git.rst index 4113bbf9542..520fc034538 100644 --- a/reference/conanfile/tools/scm/git.rst +++ b/reference/conanfile/tools/scm/git.rst @@ -5,7 +5,7 @@ Git .. warning:: - This tool is **experimental** and subject to breaking changes. + This tool is **experimental** and subject to breaking changes. This tool is intended to replace the current ``conans.tools.Git`` and the current ``scm`` attribute, that will be removed in Conan 2.0. constructor @@ -123,7 +123,7 @@ again from sources from the same commit. This is the behavior: Example: Implementing the ``scm`` feature ----------------------------------------- -This example is the new way to implement the ``scm`` feature (to be removed in Conan 2.0), using this new ``Git`` capabilities. +This example is the new way to implement the ``scm`` feature (the ``scm`` attribute will be removed in Conan 2.0, and the way it will survive is the one described in this section), using this new ``Git`` capabilities. Assume we have this project with this layout, in a git repository: