aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Rcs/mercurial.pm2
-rw-r--r--debian/changelog4
2 files changed, 4 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/mercurial.pm b/IkiWiki/Rcs/mercurial.pm
index 67002ac57..b7b15632a 100644
--- a/IkiWiki/Rcs/mercurial.pm
+++ b/IkiWiki/Rcs/mercurial.pm
@@ -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],
};
diff --git a/debian/changelog b/debian/changelog
index 558e156c2..80edfc972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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