]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/mercurial.pm
* Support git authors of the form "joey <joey>", which is common when
[ikiwiki.git] / IkiWiki / Rcs / mercurial.pm
index a892ee97549ad28244a65b83135772373b0c67a2..15edb324581dc33e912dc17f214117b419fa689f 100644 (file)
@@ -161,7 +161,7 @@ sub rcs_getctime ($) { #{{{
        # XXX filename passes through the shell here, should try to avoid
        # that just in case
        my @cmdline = ("hg", "-R", $config{srcdir}, "log", "-v", "-l", '1', 
-               "$config{srcdir}/$file");
+               "--style", "default", "$config{srcdir}/$file");
        open (my $out, "@cmdline |");
 
        my @log = mercurial_log($out);