projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79ce33
)
recentchanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:44:08 +0000
(
03:44
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:44:08 +0000
(
03:44
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 904d615d6915f554099e66c32288183e2ba28f0a..4057564833f9e6479bc34d8dc13cd510126c08b3 100755
(executable)
--- 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';