Changeset 205 in tracdarcs


Ignore:
Timestamp:
07/30/10 22:46:37 (3 years ago)
Author:
lele@…
Hash name:
20100730204637-97f81-2b542037f8ddea1ba839d481bd6b2eeecd20a1c1
Message:

Split long line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tracdarcs/changesparser.py

    r196 r205  
    5858 
    5959    def __repr__(self): 
    60         return "author: %s, time: %s, hash: %s, name: %s, comment: %s, entries: %s" % (self.author, self.time, self.hash, self.name, self.comment, self.entries) 
     60        return "author: %s, time: %s, hash: %s, name: %s, comment: %s, entries: %s" % ( 
     61            self.author, self.time, self.hash, self.name, self.comment, self.entries) 
    6162 
    6263def parse_changes(changes, log): 
Note: See TracChangeset for help on using the changeset viewer.