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