Show More
@@ -16535,8 +16535,8 b' msgstr ""' | |||||
16535 | msgid "for example: hg update \".::\"" |
|
16535 | msgid "for example: hg update \".::\"" | |
16536 | msgstr "指定例: hg update \".::\"" |
|
16536 | msgstr "指定例: hg update \".::\"" | |
16537 |
|
16537 | |||
16538 | msgid "can only specify one of -C/--clean, -c/--check, or -m/merge" |
|
16538 | msgid "can only specify one of -C/--clean, -c/--check, or -m/--merge" | |
16539 | msgstr "-C/--clean, -c/--check および -m/merge は複数指定できません" |
|
16539 | msgstr "-C/--clean, -c/--check および -m/--merge は複数指定できません" | |
16540 |
|
16540 | |||
16541 | msgid "verify the integrity of the repository" |
|
16541 | msgid "verify the integrity of the repository" | |
16542 | msgstr "リポジトリの整合性検証" |
|
16542 | msgstr "リポジトリの整合性検証" |
@@ -18293,9 +18293,9 b' msgstr ""' | |||||
18293 | msgid "for example: hg update \".::\"" |
|
18293 | msgid "for example: hg update \".::\"" | |
18294 | msgstr "por exemplo: hg update \".::\"" |
|
18294 | msgstr "por exemplo: hg update \".::\"" | |
18295 |
|
18295 | |||
18296 | msgid "can only specify one of -C/--clean, -c/--check, or -m/merge" |
|
18296 | msgid "can only specify one of -C/--clean, -c/--check, or -m/--merge" | |
18297 | msgstr "" |
|
18297 | msgstr "" | |
18298 | "só se pode especificar uma opção dentre -C/--clean, -c/--check ou -m/merge" |
|
18298 | "só se pode especificar uma opção dentre -C/--clean, -c/--check ou -m/--merge" | |
18299 |
|
18299 | |||
18300 | msgid "verify the integrity of the repository" |
|
18300 | msgid "verify the integrity of the repository" | |
18301 | msgstr "verifica a integridade do repositório" |
|
18301 | msgstr "verifica a integridade do repositório" |
@@ -5489,7 +5489,7 b' def update(ui, repo, node=None, rev=None' | |||||
5489 |
|
5489 | |||
5490 | if len([x for x in (clean, check, merge) if x]) > 1: |
|
5490 | if len([x for x in (clean, check, merge) if x]) > 1: | |
5491 | raise error.Abort(_("can only specify one of -C/--clean, -c/--check, " |
|
5491 | raise error.Abort(_("can only specify one of -C/--clean, -c/--check, " | |
5492 | "or -m/merge")) |
|
5492 | "or -m/--merge")) | |
5493 |
|
5493 | |||
5494 | updatecheck = None |
|
5494 | updatecheck = None | |
5495 | if check: |
|
5495 | if check: |
@@ -184,17 +184,17 b' Cases are run as shown in that table, ro' | |||||
184 | parent=2 |
|
184 | parent=2 | |
185 |
|
185 | |||
186 | $ revtest '-cC dirty linear' dirty 1 2 -cC |
|
186 | $ revtest '-cC dirty linear' dirty 1 2 -cC | |
187 | abort: can only specify one of -C/--clean, -c/--check, or -m/merge |
|
187 | abort: can only specify one of -C/--clean, -c/--check, or -m/--merge | |
188 | parent=1 |
|
188 | parent=1 | |
189 | M foo |
|
189 | M foo | |
190 |
|
190 | |||
191 | $ revtest '-mc dirty linear' dirty 1 2 -mc |
|
191 | $ revtest '-mc dirty linear' dirty 1 2 -mc | |
192 | abort: can only specify one of -C/--clean, -c/--check, or -m/merge |
|
192 | abort: can only specify one of -C/--clean, -c/--check, or -m/--merge | |
193 | parent=1 |
|
193 | parent=1 | |
194 | M foo |
|
194 | M foo | |
195 |
|
195 | |||
196 | $ revtest '-mC dirty linear' dirty 1 2 -mC |
|
196 | $ revtest '-mC dirty linear' dirty 1 2 -mC | |
197 | abort: can only specify one of -C/--clean, -c/--check, or -m/merge |
|
197 | abort: can only specify one of -C/--clean, -c/--check, or -m/--merge | |
198 | parent=1 |
|
198 | parent=1 | |
199 | M foo |
|
199 | M foo | |
200 |
|
200 |
General Comments 0
You need to be logged in to leave comments.
Login now