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