summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 03:45:32 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 03:45:32 +0000
commita771728da06a486a78996800d82cc87c0466328b (patch)
treea09be208005cc7c6bf7b023b82afae9e3d6a9248
parentdba92e88fb00f29dc5d158358ad3d1613ed3c0cc (diff)
recentchanges
-rwxr-xr-xikiwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki b/ikiwiki
index 405756483..debf43a54 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -382,8 +382,8 @@ 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;
+ print STDERR "state: $state ($_)\n";
if ($state eq 'start' && /$div/) {
$state='header';
}