Show More
@@ -21,7 +21,7 b' msgstr ""' | |||||
21 | "Project-Id-Version: Mercurial\n" |
|
21 | "Project-Id-Version: Mercurial\n" | |
22 | "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n" |
|
22 | "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n" | |
23 | "POT-Creation-Date: 2012-09-01 14:20+0200\n" |
|
23 | "POT-Creation-Date: 2012-09-01 14:20+0200\n" | |
24 |
"PO-Revision-Date: 2012-09- |
|
24 | "PO-Revision-Date: 2012-09-10 09:39+0100\n" | |
25 | "Last-Translator: Martin Schröder <martinschroeder@vcp-sh.de>\n" |
|
25 | "Last-Translator: Martin Schröder <martinschroeder@vcp-sh.de>\n" | |
26 | "Language-Team: \n" |
|
26 | "Language-Team: \n" | |
27 | "Language: de\n" |
|
27 | "Language: de\n" | |
@@ -19589,7 +19589,7 b' msgid "%s: untracked file differs\\n"' | |||||
19589 | msgstr "%s: Unversionierte Datei verändert\n" |
|
19589 | msgstr "%s: Unversionierte Datei verändert\n" | |
19590 |
|
19590 | |||
19591 | msgid "untracked files in working directory differ from files in requested revision" |
|
19591 | msgid "untracked files in working directory differ from files in requested revision" | |
19592 |
msgstr "Unversionierte Dateien in der Arbeitskopie unterscheidet sich von der angeforderten Revision |
|
19592 | msgstr "Unversionierte Dateien in der Arbeitskopie unterscheidet sich von der angeforderten Revision" | |
19593 |
|
19593 | |||
19594 | #, python-format |
|
19594 | #, python-format | |
19595 | msgid "case-folding collision between %s and %s" |
|
19595 | msgid "case-folding collision between %s and %s" |
@@ -21246,19 +21246,19 b' msgid ""' | |||||
21246 | "2. Nested repository references. They are defined in ``.hgsub``, which\n" |
|
21246 | "2. Nested repository references. They are defined in ``.hgsub``, which\n" | |
21247 | " should be placed in the root of working directory, and\n" |
|
21247 | " should be placed in the root of working directory, and\n" | |
21248 | " tell where the subrepository checkouts come from. Mercurial\n" |
|
21248 | " tell where the subrepository checkouts come from. Mercurial\n" | |
21249 | " subrepositories are referenced like:" |
|
21249 | " subrepositories are referenced like::" | |
21250 | msgstr "" |
|
21250 | msgstr "" | |
21251 | "2. Referências a repositórios aninhados. São definidas no\n" |
|
21251 | "2. Referências a repositórios aninhados. São definidas no\n" | |
21252 | " arquivo ``.hgsub`` no raiz do repositório,\n" |
|
21252 | " arquivo ``.hgsub`` no raiz do repositório,\n" | |
21253 | " e informam ao Mercurial de onde as cópias\n" |
|
21253 | " e informam ao Mercurial de onde as cópias\n" | |
21254 | " locais devem ser obtidas. Sub-repositórios do Mercurial são\n" |
|
21254 | " locais devem ser obtidas. Sub-repositórios do Mercurial são\n" | |
21255 | " referenciados da seguinte maneira:" |
|
21255 | " referenciados da seguinte maneira::" | |
21256 |
|
21256 | |||
21257 | msgid " path/to/nested = https://example.com/nested/repo/path" |
|
21257 | msgid " path/to/nested = https://example.com/nested/repo/path" | |
21258 | msgstr " caminho/aninhado = https://exemplo.com/aninhado/repo/caminho" |
|
21258 | msgstr " caminho/aninhado = https://exemplo.com/aninhado/repo/caminho" | |
21259 |
|
21259 | |||
21260 | msgid " Git and Subversion subrepos are also supported:" |
|
21260 | msgid " Git and Subversion subrepos are also supported::" | |
21261 | msgstr " Subrepositórios do Git e do Subversion também são suportados:" |
|
21261 | msgstr " Subrepositórios do Git e do Subversion também são suportados::" | |
21262 |
|
21262 | |||
21263 | msgid "" |
|
21263 | msgid "" | |
21264 | " path/to/nested = [git]git://example.com/nested/repo/path\n" |
|
21264 | " path/to/nested = [git]git://example.com/nested/repo/path\n" |
@@ -1211,6 +1211,10 b' def main():' | |||||
1211 | # can't remove on solaris |
|
1211 | # can't remove on solaris | |
1212 | os.environ[k] = '' |
|
1212 | os.environ[k] = '' | |
1213 | del os.environ[k] |
|
1213 | del os.environ[k] | |
|
1214 | if 'HG' in os.environ: | |||
|
1215 | # can't remove on solaris | |||
|
1216 | os.environ['HG'] = '' | |||
|
1217 | del os.environ['HG'] | |||
1214 |
|
1218 | |||
1215 | global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE |
|
1219 | global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE | |
1216 | TESTDIR = os.environ["TESTDIR"] = os.getcwd() |
|
1220 | TESTDIR = os.environ["TESTDIR"] = os.getcwd() |
General Comments 0
You need to be logged in to leave comments.
Login now