Changeset 1648 in tailor


Ignore:
Timestamp:
07/17/08 22:57:19 (5 years ago)
Author:
lele@…
Hash name:
20080717205719-97f81-1aeeade539557ff3a7a21e2ac4d68e0ec6659d5f
Message:

Split the entries one per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/changes.py

    r1637 r1648  
    208208        s.append('Date: %s' % str(self.date)) 
    209209        s.append('Author: %s' % self.author) 
    210         s.append('Entries: %s' % ', '.join([str(x) for x in self.entries])) 
     210        s.append('Entries: %s' % '\n\t '.join([str(x) for x in self.entries])) 
    211211        s.append('Log: %s' % self.log) 
    212212        s = '\n'.join(s) 
Note: See TracChangeset for help on using the changeset viewer.