]> sipb.mit.edu Git - ikiwiki.git/commitdiff
typo fix and slight reformat
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 16 Sep 2006 04:16:17 +0000 (04:16 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 16 Sep 2006 04:16:17 +0000 (04:16 +0000)
IkiWiki/Rcs/tla.pm

index 61f49cc1b1665f5f071ba22bf3b1b57cf5d79a2b..503073d7c62a2ef3bb51253f49feed041e287664 100644 (file)
@@ -106,8 +106,8 @@ sub rcs_recentchanges ($) {
                my $modfiles = $head->get("Modified-files");
                my $user = $head->get("Creator");
 
-               my @paths = grep {!/^(.*\/\)?.arch-ids\/.*\.id$/} split(/ /,
-                       "$newfiles $modfiles");
+               my @paths = grep { !/^(.*\/)?\.arch-ids\/.*\.id$/ }
+                       split(/ /, "$newfiles $modfiles .arch-ids/fake.id");
 
                my $sdate = $head->get("Standard-date");
                my $when = time - str2time($sdate, 'UTC');