Merge with stable
authorChristian Ebert <blacktrash@gmx.net>
Fri, 05 Feb 2010 17:57:36 +0000
changeset 677 9bdbae6007cb
parent 675 56bc2e01e08e (current diff)
parent 676 c15f0019c15b (diff)
child 684 4da6285efe4c
Merge with stable
--- a/hgkw/keyword.py	Wed Jan 20 10:14:36 2010 +0100
+++ b/hgkw/keyword.py	Fri Feb 05 17:57:36 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*']}