hgext/convert/cvs.py
branchstable
changeset 16514 363e808de349
parent 14494 1ffeeb91c55d
child 16683 525fdb738975
--- a/hgext/convert/cvs.py	Tue Apr 24 14:34:54 2012 +0200
+++ b/hgext/convert/cvs.py	Thu Apr 26 02:41:20 2012 +0900
@@ -70,7 +70,7 @@
                 cs.author = self.recode(cs.author)
                 self.lastbranch[cs.branch] = id
                 cs.comment = self.recode(cs.comment)
-                date = util.datestr(cs.date)
+                date = util.datestr(cs.date, '%Y-%m-%d %H:%M:%S %1%2')
                 self.tags.update(dict.fromkeys(cs.tags, id))
 
                 files = {}