[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.417 1.418

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 10 11:07:49 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv10297/Source

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Teach CTest to handle Mercurial repositories

This creates cmCTestHG to drive CTest Update handling on hg-based work
trees.  Currently we always update to the head of the remote tracking
branch (hg pull), so the nightly start time is ignored for Nightly
builds.  A later change will address this.

See issue #7879.  Patch from Emmanuel Christophe.  I modified the patch
slightly for code style, to finish up some parsing details, and to fix
the test.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.417
retrieving revision 1.418
diff -C 2 -d -r1.417 -r1.418
*** CMakeLists.txt	25 Jun 2009 20:41:55 -0000	1.417
--- CMakeLists.txt	10 Jul 2009 15:07:44 -0000	1.418
***************
*** 374,377 ****
--- 374,379 ----
    CTest/cmCTestGIT.cxx
    CTest/cmCTestGIT.h
+   CTest/cmCTestHG.cxx
+   CTest/cmCTestHG.h
    )
  



More information about the Cmake-commits mailing list