hgext/keyword.py
changeset 10332 f64160f28b3f
parent 10264 d6512b3e9ac0
child 10492 0e64d814d7d0
--- a/hgext/keyword.py	Sat Feb 06 12:47:33 2010 +0100
+++ b/hgext/keyword.py	Thu Feb 04 20:58:42 2010 +0000
@@ -97,7 +97,7 @@
               ' transplant')
 
 # provide cvs-like UTC date filter
-utcdate = lambda x: util.datestr(x, '%Y/%m/%d %H:%M:%S')
+utcdate = lambda x: util.datestr((x[0], 0), '%Y/%m/%d %H:%M:%S')
 
 # make keyword tools accessible
 kwtools = {'templater': None, 'hgcmd': '', 'inc': [], 'exc': ['.hg*']}