* mercurial: Pass --style defaults to hg log to ensure right format is used.

master
joey 2007-08-29 02:01:23 +00:00
parent f90cfde9e3
commit 7813bcf08a
2 changed files with 4 additions and 2 deletions

View File

@ -107,7 +107,8 @@ sub rcs_recentchanges ($) { #{{{
eval q{use CGI 'escapeHTML'};
error($@) if $@;
my @cmdline = ("hg", "-R", $config{srcdir}, "log", "-v", "-l", $num);
my @cmdline = ("hg", "-R", $config{srcdir}, "log", "-v", "-l", $num,
"--style", "defaults");
open (my $out, "@cmdline |");
eval q{use Date::Parse};

3
debian/changelog vendored
View File

@ -15,8 +15,9 @@ ikiwiki (2.7) UNRELEASED; urgency=low
by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
so that links from wikilinks don't confuse the parser.
* mercurial: Pass --style defaults to hg log to ensure right format is used.
-- Joey Hess <joeyh@debian.org> Tue, 28 Aug 2007 19:03:34 -0400
-- Joey Hess <joeyh@debian.org> Tue, 28 Aug 2007 22:00:29 -0400
ikiwiki (2.6.1) unstable; urgency=low