]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/mercurial.pm
* Rewritten rst plugin by madduck is a python program that communicates with
[ikiwiki.git] / IkiWiki / Rcs / mercurial.pm
index 8a33293959140e7a11bb05c0d2109bb62635df03..15edb324581dc33e912dc17f214117b419fa689f 100644 (file)
@@ -160,7 +160,8 @@ 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', $file);
+       my @cmdline = ("hg", "-R", $config{srcdir}, "log", "-v", "-l", '1', 
+               "--style", "default", "$config{srcdir}/$file");
        open (my $out, "@cmdline |");
 
        my @log = mercurial_log($out);