use --style default for get_ctime too
parent
67c6ff9b08
commit
c73e0b78f9
|
@ -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);
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
Loading…
Reference in New Issue