Skip to content

Commit

Permalink
clarify scm (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jun 20, 2022
1 parent 8616b5b commit c7cd769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/conanfile/tools/scm/git.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit c7cd769

Please sign in to comment.