From: joey Date: Wed, 29 Aug 2007 03:02:41 +0000 (+0000) Subject: use --style default for get_ctime too X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/c73e0b78f9b0faf7f14bc2e5e5783159ae9c4e67 use --style default for get_ctime too --- diff --git a/IkiWiki/Rcs/mercurial.pm b/IkiWiki/Rcs/mercurial.pm index a892ee975..15edb3245 100644 --- a/IkiWiki/Rcs/mercurial.pm +++ b/IkiWiki/Rcs/mercurial.pm @@ -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); diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index b80de8b46..ec855db9f 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" 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 \n" "Language-Team: LANGUAGE \n"