# HG changeset patch
# Parent 50156ae18af6fa8716a3c42adb714ef7a0746b0d
# User Toshi MARUYAMA <marutosijp2@yahoo.co.jp>
Change template keyword 'isodate' to 'isodatesec'.
'isodatesec' supports at Mercurial rev:'8999d1249171'.


diff -r 50156ae18af6 -r c917d6702247 lib/redmine/scm/adapters/mercurial/hg-template-1.0.tmpl
--- a/lib/redmine/scm/adapters/mercurial/hg-template-1.0.tmpl	月  5月 03 16:21:37 2010 +0000
+++ b/lib/redmine/scm/adapters/mercurial/hg-template-1.0.tmpl	火  6月 01 00:44:25 2010 +0900
@@ -1,7 +1,7 @@
 changeset = 'This template must be used with --debug option\n'
 changeset_quiet =  'This template must be used with --debug option\n'
 changeset_verbose = 'This template must be used with --debug option\n'
-changeset_debug = '<logentry revision="{rev}" node="{node|short}">\n<author>{author|escape}</author>\n<date>{date|isodate}</date>\n<paths>\n{file_mods}{file_adds}{file_dels}{file_copies}</paths>\n<msg>{desc|escape}</msg>\n{tags}</logentry>\n\n'
+changeset_debug = '<logentry revision="{rev}" node="{node|short}">\n<author>{author|escape}</author>\n<date>{date|isodatesec}</date>\n<paths>\n{file_mods}{file_adds}{file_dels}{file_copies}</paths>\n<msg>{desc|escape}</msg>\n{tags}</logentry>\n\n'
 
 file_mod = '<path action="M">{file_mod|escape}</path>\n'
 file_add = '<path action="A">{file_add|escape}</path>\n'
