From cdc2a8419fb367c46447e183153e7f6ed2317be1 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Tue, 27 Jun 2006 20:20:58 +0000 Subject: - quilt/push.in: Fix a bug introduced with the -p ab support. - test/dir-a-b.test: Add a regression test case for this fix. --- po/quilt.pot | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'po/quilt.pot') diff --git a/po/quilt.pot b/po/quilt.pot index 2067d0c..78b5337 100644 --- a/po/quilt.pot +++ b/po/quilt.pot @@ -21,7 +21,9 @@ msgid "" "--quiltrc file\n" "\tUse the specified configuration file instead of ~/.quiltrc (or\n" "\t/etc/quilt.quiltrc if ~/.quiltrc does not exist). See the pdf\n" -"\tdocumentation for details about its possible contents.\n" +"\tdocumentation for details about its possible contents. The\n" +"\tspecial value \\\"-\\\" causes quilt not to read any configuration\n" +"\tfile.\n" "\n" "--version\n" "\tPrint the version number and exit immediately." @@ -117,11 +119,11 @@ msgstr "" msgid "No next patch\\n" msgstr "" -#: quilt/delete.in:95 quilt/scripts/patchfns.in:461 +#: quilt/delete.in:95 quilt/scripts/patchfns.in:475 msgid "No patches in series\\n" msgstr "" -#: quilt/delete.in:101 quilt/scripts/patchfns.in:559 +#: quilt/delete.in:101 quilt/scripts/patchfns.in:573 msgid "Patch %s is currently applied\\n" msgstr "" @@ -641,7 +643,7 @@ msgstr "" msgid "No patch removed\\n" msgstr "" -#: quilt/pop.in:267 quilt/scripts/patchfns.in:474 +#: quilt/pop.in:267 quilt/scripts/patchfns.in:488 msgid "No patches applied\\n" msgstr "" @@ -885,23 +887,23 @@ msgstr "" msgid "Failed to rename %s to %s: %s\n" msgstr "" -#: quilt/scripts/patchfns.in:510 +#: quilt/scripts/patchfns.in:524 msgid "Patch %s is not in series\\n" msgstr "" -#: quilt/scripts/patchfns.in:538 +#: quilt/scripts/patchfns.in:552 msgid "Patch %s is not applied\\n" msgstr "" -#: quilt/scripts/patchfns.in:575 +#: quilt/scripts/patchfns.in:589 msgid "File series fully applied, ends at patch %s\\n" msgstr "" -#: quilt/scripts/patchfns.in:597 +#: quilt/scripts/patchfns.in:611 msgid "Patch %s does not exist\\n" msgstr "" -#: quilt/scripts/patchfns.in:857 +#: quilt/scripts/patchfns.in:871 msgid "" "The quilt meta-data in this tree has version %s, but this version of quilt " "can only handle meta-data formats up to and including version %s. Please pop " @@ -909,7 +911,7 @@ msgid "" "downgrading.\\n" msgstr "" -#: quilt/scripts/patchfns.in:942 +#: quilt/scripts/patchfns.in:956 msgid "" "The working tree was created by an older version of quilt. Please run 'quilt " "upgrade'.\\n" -- cgit