From b811e0ac6296b2ef5dcd5091ee11e840a5368cd8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Sep 2005 22:58:44 +0000 Subject: [PATCH] Don't allow revision ranges; use HEAD --- log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.php b/log.php index 3258fdc..79260ea 100644 --- a/log.php +++ b/log.php @@ -31,7 +31,7 @@ $navbar = $viewsvn->paths->construct_breadcrumb($path, false); // ################################################################### // this is NOT supposed to allow for revision ranges -$logs = new SVNLog($repos, $relpath, 0, $viewsvn->paths->fetch_rev_num()); +$logs = new SVNLog($repos, $relpath, 0, $viewsvn->svn->common->fetch_head_rev($path)); $isdir = $viewsvn->svn->common->isdir($path); -- 2.22.5