projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a1f8a6
)
recentchanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:53:21 +0000
(
03:53
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:53:21 +0000
(
03:53
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index d5400b0cd0a3f8554227d03f09a09b5fb59fba2a..2ca0fef6ddcafa595ff49b0eacdd3f463a0f8bee 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-402,7
+402,7
@@
sub rcs_recentchanges ($) {
push @ret, { rev => $rev, user => $user,
date => $when, message => $message,
pages => [@pages] },
- print STDERR "have: $#ret\n";
+ print STDERR "have: $#ret
; most recent is $ret[$#ret]
\n";
return @ret if @ret >= $num;
$state='header';