From: Robert Sesek Date: Mon, 9 Apr 2007 06:28:46 +0000 (+0000) Subject: We don't need the -v option in the log command because we don't display the changed... X-Git-Tag: 1.0.0-b1~29 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=d51fc8ab5ab242688a95510c4a04e998c81bee3d;p=viewsvn.git We don't need the -v option in the log command because we don't display the changed files on log.php --- diff --git a/log.php b/log.php index 86e0089..8514335 100644 --- a/log.php +++ b/log.php @@ -32,7 +32,7 @@ $navbar = ConstructNavbar(); // ################################################################### -$logs = BSXml::Parse($lib->run('log --xml -v ' . $lib->arg($repos->fetchPath($input->in['repos']) . '/' . $input->in['path']), true)); +$logs = BSXml::Parse($lib->run('log --xml ' . $lib->arg($repos->fetchPath($input->in['repos']) . '/' . $input->in['path']), true)); $nodes = '';