summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2023-02-02 21:23:50 (GMT)
committerBrad King <brad.king@kitware.com>2023-02-06 15:22:10 (GMT)
commit96389b4cd3dfa2632619fee5e1a16ca872f55973 (patch)
treeedbc758e3a5738f20b59cf595590311838278f71 /Help
parent4c32623f5fcf66f4ef8dc2fb10a1ea15aeb063a6 (diff)
downloadCMake-96389b4cd3dfa2632619fee5e1a16ca872f55973.zip
CMake-96389b4cd3dfa2632619fee5e1a16ca872f55973.tar.gz
CMake-96389b4cd3dfa2632619fee5e1a16ca872f55973.tar.bz2
Kate: add support for hg and fossil
Both VCS are supported by kate nowadays.
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_KATE_FILES_MODE.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/variable/CMAKE_KATE_FILES_MODE.rst b/Help/variable/CMAKE_KATE_FILES_MODE.rst
index e568e00..195c15d 100644
--- a/Help/variable/CMAKE_KATE_FILES_MODE.rst
+++ b/Help/variable/CMAKE_KATE_FILES_MODE.rst
@@ -7,14 +7,14 @@ This cache variable is used by the Kate project generator and controls
to what mode the ``files`` entry in the project file will be set. See
:manual:`cmake-generators(7)`.
-Possible values are ``AUTO``, ``SVN``, ``GIT`` and ``LIST``.
+Possible values are ``AUTO``, ``SVN``, ``GIT``, ``HG``, ``FOSSIL`` and ``LIST``.
When set to ``LIST``, CMake will put the list of source files known to CMake
in the project file.
-When set to ``SVN``, CMake will put ``svn`` into the project file so that Kate
-will use svn to retrieve the list of files in the project.
-When set to ``GIT``, CMake will put ``git`` into the project file so that Kate
-will use git to retrieve the list of files in the project.
+When set to ``SVN``, ``GIT``, ``HG`` or ``FOSSIL``, CMake will set
+the generated project accordingly to Subversion, git, Mercurial
+or Fossil, and Kate will then use the respective command line tool to
+retrieve the list of files in the project.
When unset or set to ``AUTO``, CMake will try to detect whether the
source directory is part of a git or svn checkout or not, and put the
respective entry into the project file.