fix up typo in comment.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@892 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
jhenstridge 2004-07-22 08:58:18 +00:00
parent 80e621dc0d
commit 768233a590
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ class Request:
view_func = None
# For diffs on Subversion repositories, set rev to the value of r2
# otherwise, we get 404's on movied files
# otherwise, we get 404's on moved files
if view_func is view_diff and self.roottype == 'svn' \
and not params.has_key('rev'):
params['rev'] = params.get('r2')