summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 03:44:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 03:44:08 +0000
commitdba92e88fb00f29dc5d158358ad3d1613ed3c0cc (patch)
treeadf8eded3443c6622cc0c06e0847276a66269c00
parentf79ce33c575106ccb79c8624de1e184e11f561e0 (diff)
recentchanges
-rwxr-xr-xikiwiki1
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki b/ikiwiki
index 904d615d6..405756483 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -382,6 +382,7 @@ sub rcs_recentchanges ($) {
my $state='start';
my ($rev, $user, $when, @pages, $message);
foreach (`LANG=C svn log -v '$svn_url'`) {
+ print STDERR "state: $state\n";
chomp;
if ($state eq 'start' && /$div/) {
$state='header';