Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hglib: clean up extra carriage returns

Changeset cf1c6eb03ffc

Parent 24e64ee76fdf

by Steve Borho

Changes to one file · Browse files at cf1c6eb03ffc Showing diff from parent 24e64ee76fdf Diff from another changeset...

 
197
198
199
200
201
202
203
 
 
 
 
 
197
198
199
 
 
 
 
200
201
202
203
@@ -197,7 +197,7 @@
  return time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(date[0]))    def username(user): - author = templatefilters.person(user) - if not author: - author = util.shortuser(user) - return author + author = templatefilters.person(user) + if not author: + author = util.shortuser(user) + return author