Bug 82651

git-svn-id: svn://svn.office.custis.ru/3rdparty/viewvc.org/trunk@1447 6955db30-a419-402b-8a0d-67ecbb4d7f56
remotes/github/custis
vfilippov 2011-10-25 16:36:58 +00:00 committed by Vitaliy Filippov
parent fa08478619
commit 7d06bd21bc
1 changed files with 2 additions and 2 deletions

View File

@ -4025,8 +4025,8 @@ def query_patch(request, commits):
for file in files.keys():
rev1 = prev_rev(files[file][0])
rev2 = files[file][1]
repos = files[file][2]['repos']
roottype = files[file][2]['roottype']
repos = files[file][2].repos
roottype = files[file][2].roottype
if roottype == 'svn':
try:
rev1 = repos._getrev(rev1)