]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Patch from Emanuele Aina to fix modification time code in mercurual
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 21 Dec 2006 19:40:11 +0000 (19:40 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 21 Dec 2006 19:40:11 +0000 (19:40 +0000)
  backend.

IkiWiki/Rcs/mercurial.pm
debian/changelog

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],
                };
index 558e156c2b1a1a873ef22e2b56ac229fc8830207..80edfc9729f78dd3f15f364853ae065a799e6d59 100644 (file)
@@ -16,8 +16,10 @@ ikiwiki (1.36) UNRELEASED; urgency=low
   * Applied a rather old patch from Recai to fix the "pruning is too strict"
     issue. Now you can have wiki source directories inside dotdirs and the
     like, if you want.
+  * Patch from Emanuele Aina to fix modification time code in mercurual
+    backend.
 
- -- Joey Hess <joeyh@debian.org>  Thu, 21 Dec 2006 13:54:24 -0500
+ -- Joey Hess <joeyh@debian.org>  Thu, 21 Dec 2006 14:39:26 -0500
 
 ikiwiki (1.35) unstable; urgency=low