summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-05-14 20:13:52 (GMT)
committerBrad King <brad.king@kitware.com>2009-05-14 20:13:52 (GMT)
commita524e07152728d652a29761b43b334b7aed390d6 (patch)
treedeb1fd0082f7cad680d7686e30c21ec76a655ae5 /Source/CTest/cmCTestUpdateHandler.h
parentca3e9623e94f270e784dc621b1a38f455183882f (diff)
downloadCMake-a524e07152728d652a29761b43b334b7aed390d6.zip
CMake-a524e07152728d652a29761b43b334b7aed390d6.tar.gz
CMake-a524e07152728d652a29761b43b334b7aed390d6.tar.bz2
ENH: Teach CTest to handle Bazaar repositories
This creates cmCTestBZR to drive CTest Update handling on bzr-based work trees. Currently we always update to the head of the remote tracking branch (bzr pull), so the nightly start time is ignored for Nightly builds. A later change will address this. Patch from Tom Vercauteren. See issue #6857.
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.h')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.h b/Source/CTest/cmCTestUpdateHandler.h
index 374aa3b..139ceed 100644
--- a/Source/CTest/cmCTestUpdateHandler.h
+++ b/Source/CTest/cmCTestUpdateHandler.h
@@ -46,6 +46,7 @@ public:
e_UNKNOWN = 0,
e_CVS,
e_SVN,
+ e_BZR,
e_GIT,
e_LAST
};