* Patch from Emanuele Aina to fix modification time code in mercurual

backend.
master
joey 2006-12-21 19:40:11 +00:00
parent 472dabbb60
commit 0dc8b91226
2 changed files with 4 additions and 2 deletions

View 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],
};

4
debian/changelog vendored
View 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