thank goodness for test suites

master
joey 2007-08-29 02:09:43 +00:00
parent 7813bcf08a
commit 5b8e1cc369
3 changed files with 7 additions and 7 deletions

View File

@ -108,7 +108,7 @@ sub rcs_recentchanges ($) { #{{{
error($@) if $@; error($@) if $@;
my @cmdline = ("hg", "-R", $config{srcdir}, "log", "-v", "-l", $num, my @cmdline = ("hg", "-R", $config{srcdir}, "log", "-v", "-l", $num,
"--style", "defaults"); "--style", "default");
open (my $out, "@cmdline |"); open (my $out, "@cmdline |");
eval q{use Date::Parse}; eval q{use Date::Parse};

2
debian/changelog vendored
View File

@ -15,7 +15,7 @@ ikiwiki (2.7) UNRELEASED; urgency=low
by linkifying the data before parsing it as a table. by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object, * Turn on allow_loose_quotes in the table plugin's Text::CSV object,
so that links from wikilinks don't confuse the parser. 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 -- Joey Hess <joeyh@debian.org> Tue, 28 Aug 2007 22:00:29 -0400

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -414,19 +414,19 @@ msgstr ""
msgid "cannot find file" msgid "cannot find file"
msgstr "" msgstr ""
#: ../IkiWiki/Plugin/table.pm:44 #: ../IkiWiki/Plugin/table.pm:48
msgid "unknown data format" msgid "unknown data format"
msgstr "" msgstr ""
#: ../IkiWiki/Plugin/table.pm:52 #: ../IkiWiki/Plugin/table.pm:56
msgid "empty data" msgid "empty data"
msgstr "" msgstr ""
#: ../IkiWiki/Plugin/table.pm:72 #: ../IkiWiki/Plugin/table.pm:76
msgid "Direct data download" msgid "Direct data download"
msgstr "" msgstr ""
#: ../IkiWiki/Plugin/table.pm:105 #: ../IkiWiki/Plugin/table.pm:110
#, perl-format #, perl-format
msgid "parse fail at line %d: %s" msgid "parse fail at line %d: %s"
msgstr "" msgstr ""