]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/mercurial.pm
* In the aggregator, check for and deal with post filenames that are
[ikiwiki.git] / IkiWiki / Rcs / mercurial.pm
index 67002ac57148bbf7fd1edda1b644d1bccba36949..b7b15632a5977b511f78742574ad462d30c111b3 100644 (file)
@@ -138,7 +138,7 @@ sub rcs_recentchanges ($) { #{{{
                        rev        => $info->{"changeset"},
                        user       => $user,
                        committype => "mercurial",
-                       when       => str2time($info->{"date"}),
+                       when       => time - str2time($info->{"date"}),
                        message    => [@message],
                        pages      => [@pages],
                };