]> sipb.mit.edu Git - ikiwiki.git/commitdiff
thank goodness for test suites
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Aug 2007 02:09:43 +0000 (02:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 29 Aug 2007 02:09:43 +0000 (02:09 +0000)
IkiWiki/Rcs/mercurial.pm
debian/changelog
po/ikiwiki.pot

index 3a9bb65e08bd74d1ea873bbd96206305595f083c..8a33293959140e7a11bb05c0d2109bb62635df03 100644 (file)
@@ -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};
index dce33e54348bad062fb8e46e1ca9c4c0684d1aa7..00f279e7ab7a36f1f6d0536bc1dce3d3b79a3102 100644 (file)
@@ -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
 
index 8fc1dd38f7ea5e03bcb98f7a627e5002a46834b5..b80de8b468a27eba9c4543e65fa83deef9db6c00 100644 (file)
@@ -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 ""