|
From: <sv...@va...> - 2009-05-28 03:24:53
|
Author: njn
Date: 2009-05-28 04:24:39 +0100 (Thu, 28 May 2009)
New Revision: 10159
Log:
Stop people from using this branch now that it's been merged to the trunk.
Modified:
branches/DARWIN/coregrind/m_main.c
Modified: branches/DARWIN/coregrind/m_main.c
===================================================================
--- branches/DARWIN/coregrind/m_main.c 2009-05-28 02:24:28 UTC (rev 10158)
+++ branches/DARWIN/coregrind/m_main.c 2009-05-28 03:24:39 UTC (rev 10159)
@@ -1194,6 +1194,12 @@
VG_(debugLog)(1, "main", "Welcome to Valgrind version "
VERSION " debug logging\n");
+
+ VG_UMSG("The DARWIN branch has been merged onto the trunk");
+ VG_UMSG("and is now defunct.");
+ VG_UMSG("Please check-out the trunk and use that instead.");
+ VG_(exit)(1);
+
//--------------------------------------------------------------
// AIX5 only: register the system call numbers
// p: logging
|