summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBZR.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-05-07 13:17:26 (GMT)
committerBrad King <brad.king@kitware.com>2010-05-07 13:17:26 (GMT)
commit678073bec29201e9edba2b00b6f3c96a528fe610 (patch)
tree987e47e396d56c10c0e544ca6e5504d58551534e /Source/CTest/cmCTestBZR.cxx
parent162597e4bff5348e17e1b0f0261310b502ffe7fd (diff)
downloadCMake-678073bec29201e9edba2b00b6f3c96a528fe610.zip
CMake-678073bec29201e9edba2b00b6f3c96a528fe610.tar.gz
CMake-678073bec29201e9edba2b00b6f3c96a528fe610.tar.bz2
CTest: Submit author email in Update.xml
Add the <Email>...</Email> element in Update.xml for each commit reported. This field was defined by Dart but never really used. Distributed version control systems use author name and email instead of a user id, so now it makes sense to use this field.
Diffstat (limited to 'Source/CTest/cmCTestBZR.cxx')
-rw-r--r--Source/CTest/cmCTestBZR.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestBZR.cxx b/Source/CTest/cmCTestBZR.cxx
index 55b8d5b..36302df 100644
--- a/Source/CTest/cmCTestBZR.cxx
+++ b/Source/CTest/cmCTestBZR.cxx
@@ -292,7 +292,7 @@ private:
if(this->EmailRegex.find(this->Rev.Author))
{
this->Rev.Author = this->EmailRegex.match(1);
- //email = email_regex.match(2);
+ this->Rev.EMail = this->EmailRegex.match(2);
}
}
else if(strcmp(name, "timestamp") == 0 && !this->CData.empty())