summaryrefslogtreecommitdiffstats
path: root/Modules/FindHg.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindHg: Do not use cygwin hg on WindowsBrad King2014-10-221-0/+4
| | | | | The cygwin hg client is a text file with a '#!/bin/python" line. This cannot run on Windows.
* FindHg: Add Hg_WC_INFO macroMatthäus G. Chajdas2014-02-251-1/+34
| | | | | Add a macro to extract information from a Hg work tree much like the Subversion_WC_INFO macro does for Subversion work tree.
* FindHg: Search for TortoiseHgMatthäus G. Chajdas2014-02-251-0/+2
| | | | Use the TortoiseHg registry entry as a search path.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-7/+20
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* Add FindHg module to find MercurialBrad King2012-08-141-0/+48
Also teach the CMakeOnly.AllFindModules to verify Hg version detection.