thank goodness for test suites
parent
7813bcf08a
commit
5b8e1cc369
|
@ -108,7 +108,7 @@ sub rcs_recentchanges ($) { #{{{
|
|||
error($@) if $@;
|
||||
|
||||
my @cmdline = ("hg", "-R", $config{srcdir}, "log", "-v", "-l", $num,
|
||||
"--style", "defaults");
|
||||
"--style", "default");
|
||||
open (my $out, "@cmdline |");
|
||||
|
||||
eval q{use Date::Parse};
|
||||
|
|
|
@ -15,7 +15,7 @@ ikiwiki (2.7) UNRELEASED; urgency=low
|
|||
by linkifying the data before parsing it as a table.
|
||||
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
|
||||
so that links from wikilinks don't confuse the parser.
|
||||
* mercurial: Pass --style defaults to hg log to ensure right format is used.
|
||||
* mercurial: Pass --style default to hg log to ensure right format is used.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 28 Aug 2007 22:00:29 -0400
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-08-28 18:22-0400\n"
|
||||
"POT-Creation-Date: 2007-08-28 22:09-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"
|
||||
|
@ -414,19 +414,19 @@ msgstr ""
|
|||
msgid "cannot find file"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/table.pm:44
|
||||
#: ../IkiWiki/Plugin/table.pm:48
|
||||
msgid "unknown data format"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/table.pm:52
|
||||
#: ../IkiWiki/Plugin/table.pm:56
|
||||
msgid "empty data"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/table.pm:72
|
||||
#: ../IkiWiki/Plugin/table.pm:76
|
||||
msgid "Direct data download"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/table.pm:105
|
||||
#: ../IkiWiki/Plugin/table.pm:110
|
||||
#, perl-format
|
||||
msgid "parse fail at line %d: %s"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue