diff options
author | Brad King <brad.king@kitware.com> | 2016-06-08 13:53:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-08 13:53:13 (GMT) |
commit | 558e4d1ed64a02f53592403158e0549bbcee98f1 (patch) | |
tree | 8cceb98c88407f829145fb8c65b6509a8be3ff62 /Help | |
parent | 9d81f1b3aaa82d12a3a87067572b3ff5e2b9c4d2 (diff) | |
download | CMake-558e4d1ed64a02f53592403158e0549bbcee98f1.zip CMake-558e4d1ed64a02f53592403158e0549bbcee98f1.tar.gz CMake-558e4d1ed64a02f53592403158e0549bbcee98f1.tar.bz2 |
Help: Document ctest_update branch following behavior
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/ctest_update.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/ctest_update.rst b/Help/command/ctest_update.rst index 74af1f7..b205bca 100644 --- a/Help/command/ctest_update.rst +++ b/Help/command/ctest_update.rst @@ -25,3 +25,7 @@ The options are: have otherwise printed to the console. CTest will still report the new revision of the repository and any conflicting files that were found. + +The update always follows the version control branch currently checked +out in the source directory. See the :ref:`CTest Update Step` +documentation for more information. |