From d51fc8ab5ab242688a95510c4a04e998c81bee3d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Apr 2007 06:28:46 +0000 Subject: [PATCH] We don't need the -v option in the log command because we don't display the changed files on log.php --- log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.22.5