From 5b8e1cc3698300ff2b19ba271e8221e700deee62 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Aug 2007 02:09:43 +0000 Subject: [PATCH] thank goodness for test suites --- IkiWiki/Rcs/mercurial.pm | 2 +- debian/changelog | 2 +- po/ikiwiki.pot | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/IkiWiki/Rcs/mercurial.pm b/IkiWiki/Rcs/mercurial.pm index 3a9bb65e0..8a3329395 100644 --- a/IkiWiki/Rcs/mercurial.pm +++ b/IkiWiki/Rcs/mercurial.pm @@ -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}; diff --git a/debian/changelog b/debian/changelog index dce33e543..00f279e7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 28 Aug 2007 22:00:29 -0400 diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index 8fc1dd38f..b80de8b46 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 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 \n" "Language-Team: LANGUAGE \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 "" -- 2.39.2