diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-20 05:09:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-20 05:09:30 +0000 |
commit | ba335c94c7e1da5506f45e4c2ee8e521bad8bacd (patch) | |
tree | bd7b2a5bed43db149660ff736dc591b29de74ae1 /ikiwiki | |
parent | d1cef7a6ab70740fc74ff143b62a6a3570af75af (diff) |
fix setup file error
improve svn log regexp to deal with file copies/moves
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -567,7 +567,7 @@ sub rcs_recentchanges ($) { #{{{ $user=$2; $when=concise(ago(time - str2time($3))); } - elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E\/(.+)$/) { + elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E\/([^ ]+)(?:$|\s)/) { push @pages, { link => htmllink("", pagename($1), 1) } if length $1; } |