aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-29 02:09:43 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-29 02:09:43 +0000
commit5b8e1cc3698300ff2b19ba271e8221e700deee62 (patch)
tree2bbe284e8ae62c85f2b2dcae775ccb5f4d8763de
parent7813bcf08a9307491efd5b5d006412a5c8f5debe (diff)
downloadikiwiki-5b8e1cc3698300ff2b19ba271e8221e700deee62.tar
ikiwiki-5b8e1cc3698300ff2b19ba271e8221e700deee62.tar.gz
thank goodness for test suites
-rw-r--r--IkiWiki/Rcs/mercurial.pm2
-rw-r--r--debian/changelog2
-rw-r--r--po/ikiwiki.pot10
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 <joeyh@debian.org> 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 <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 ""