Fix some line-length > 80 columnsness.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@821 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
cmpilato 2004-04-13 21:59:24 +00:00
parent 04426fdf30
commit f0ae4c61f9
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ def created_rev(svnrepos, full_name):
class Revision(vclib.Revision):
"Hold state for each revision's log entry."
def __init__(self, rev, date, author, msg, size, filename, copy_path, copy_rev):
def __init__(self, rev, date, author, msg, size,
filename, copy_path, copy_rev):
vclib.Revision.__init__(self, rev, str(rev), date, author, None, msg, size)
self.filename = filename
self.copy_path = copy_path