We don't need the -v option in the log command because we don't display the changed...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 06:28:46 +0000 (06:28 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 06:28:46 +0000 (06:28 +0000)
log.php

diff --git a/log.php b/log.php
index 86e00898ce3324ea2c3d164c2cabf319d10d3520..8514335aa0321c31151b6d56657318284d15cca6 100644 (file)
--- 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 = '';