hgext/convert/cvs.py
branchstable
changeset 16514 363e808de349
parent 14494 1ffeeb91c55d
child 16683 525fdb738975
equal deleted inserted replaced
16513:aa252059a98f 16514:363e808de349
    68                     break
    68                     break
    69                 id = str(cs.id)
    69                 id = str(cs.id)
    70                 cs.author = self.recode(cs.author)
    70                 cs.author = self.recode(cs.author)
    71                 self.lastbranch[cs.branch] = id
    71                 self.lastbranch[cs.branch] = id
    72                 cs.comment = self.recode(cs.comment)
    72                 cs.comment = self.recode(cs.comment)
    73                 date = util.datestr(cs.date)
    73                 date = util.datestr(cs.date, '%Y-%m-%d %H:%M:%S %1%2')
    74                 self.tags.update(dict.fromkeys(cs.tags, id))
    74                 self.tags.update(dict.fromkeys(cs.tags, id))
    75 
    75 
    76                 files = {}
    76                 files = {}
    77                 for f in cs.entries:
    77                 for f in cs.entries:
    78                     files[f.file] = "%s%s" % ('.'.join([str(x)
    78                     files[f.file] = "%s%s" % ('.'.join([str(x)