]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* mercurial: Pass --style defaults to hg log to ensure right format is used.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Aug 2007 02:01:23 +0000 (02:01 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Aug 2007 02:01:23 +0000 (02:01 +0000)
IkiWiki/Rcs/mercurial.pm
debian/changelog

index 3a75b40c5bbdc564877f48fc87e2a2fdc3207334..3a9bb65e08bd74d1ea873bbd96206305595f083c 100644 (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};
index 99893bc102853faf4b438b30ef0ba569e01e65f8..dce33e54348bad062fb8e46e1ca9c4c0684d1aa7 100644 (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