From 7d06bd21bcc8ce798e86c77b9d61fd4672cf62e5 Mon Sep 17 00:00:00 2001 From: vfilippov Date: Tue, 25 Oct 2011 16:36:58 +0000 Subject: [PATCH] Bug 82651 git-svn-id: svn://svn.office.custis.ru/3rdparty/viewvc.org/trunk@1447 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- lib/viewvc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/viewvc.py b/lib/viewvc.py index 431d0aac..284966e5 100644 --- a/lib/viewvc.py +++ b/lib/viewvc.py @@ -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)