]> sipb.mit.edu Git - ikiwiki.git/commitdiff
use --style default for get_ctime too
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Aug 2007 03:02:41 +0000 (03:02 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Aug 2007 03:02:41 +0000 (03:02 +0000)
IkiWiki/Rcs/mercurial.pm
po/ikiwiki.pot

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', 
        # 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);
        open (my $out, "@cmdline |");
 
        my @log = mercurial_log($out);
index b80de8b468a27eba9c4543e65fa83deef9db6c00..ec855db9f710efaf79a1cbadd6ac6874d0e315ec 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-08-28 22:09-0400\n"
+"POT-Creation-Date: 2007-08-28 23:01-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"