##// END OF EJS Templates
merge with stable
Matt Mackall -
r25393:eb52de50 merge default
parent child Browse files
Show More
@@ -159,8 +159,8 b' msgid ""'
159 159 msgstr ""
160 160 "Project-Id-Version: Mercurial\n"
161 161 "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
162 "POT-Creation-Date: 2015-04-29 18:27+0900\n"
163 "PO-Revision-Date: 2015-04-29 21:20+0900\n"
162 "POT-Creation-Date: 2015-06-01 09:53+0900\n"
163 "PO-Revision-Date: 2015-06-01 10:28+0900\n"
164 164 "Last-Translator: Japanese translation team <mercurial-ja@googlegroups.com>\n"
165 165 "Language-Team: Japanese\n"
166 166 "Language: ja\n"
@@ -1390,18 +1390,6 b' msgstr ""'
1390 1390 " * 個人識別情報、あるいはそれに類する個人情報"
1391 1391
1392 1392 msgid ""
1393 "Censored file revisions are listed in a tracked file called .hgcensored "
1394 "stored\n"
1395 "in the repository root. The censor command adds an entry to the .hgcensored "
1396 "file\n"
1397 "in the working directory and commits it (much like ``hg tag`` and .hgtags). "
1398 "The\n"
1399 "censored file data is then replaced with a pointer to the new commit, "
1400 "enabling\n"
1401 "verification."
1402 msgstr ""
1403
1404 msgid ""
1405 1393 "Censored nodes can interrupt mercurial's typical operation whenever the "
1406 1394 "excised\n"
1407 1395 "data needs to be materialized. Some commands, like ``hg cat``/``hg "
@@ -1410,15 +1398,14 b' msgid ""'
1410 1398 "and\n"
1411 1399 "``hg update``, must be capable of tolerating censored data to continue to\n"
1412 1400 "function in a meaningful way. Such commands only tolerate censored file\n"
1413 "revisions if they are allowed by the policy specified by the \"censor.allow"
1414 "\"\n"
1415 "config option.\n"
1401 "revisions if they are allowed by the \"censor.policy=ignore\" config "
1402 "option.\n"
1416 1403 msgstr ""
1417 1404 "検閲によって消去されたファイル内容は、 参照することができなくなります。\n"
1418 1405 ":hg:`cat` や :hg:`revert` 等のコマンドは、 単純に処理が中断されます。\n"
1419 1406 ":hg:`verify` や :hg:`update` 等の場合、 検閲済みのファイルを無視して、\n"
1420 1407 "処理を継続することもできます。 検閲済みファイルによる中断を回避するには、\n"
1421 "``[censor] allow`` 設定を有効にしてください。\n"
1408 "``[censor] policy=ignore`` を設定してください。\n"
1422 1409
1423 1410 msgid "REV"
1424 1411 msgstr "リビジョン"
@@ -1457,13 +1444,13 b' msgid "cannot censor file in heads (%s)"'
1457 1444 msgstr "ヘッドリビジョン (%s) の内容は検閲できません"
1458 1445
1459 1446 msgid "clean/delete and commit first"
1460 msgstr ""
1447 msgstr "検閲対象データの削除、又は当該ファイルの登録除外のコミットが必要"
1461 1448
1462 1449 msgid "cannot censor working directory"
1463 1450 msgstr "作業領域の親リビジョンの内容は検閲できません"
1464 1451
1465 1452 msgid "clean/delete/update first"
1466 msgstr ""
1453 msgstr "対象データ削除(又は対象ファイル登録除外)済みリビジョンへの更新が必要"
1467 1454
1468 1455 #, python-format
1469 1456 msgid "censor does not support revlog version %d"
@@ -10687,8 +10674,8 b' msgstr "\xe6\x8c\x87\xe5\xae\x9a\xe6\x97\xa5\xe6\x99\x82\xe3\x82\x92\xe3\x82\xb3\xe3\x83\x9f\xe3\x83\x83\xe3\x83\x88\xe6\x97\xa5\xe6\x99\x82\xe3\x81\xa8\xe3\x81\x97\xe3\x81\xa6\xe8\xa8\x98\xe9\x8c\xb2"'
10687 10674 msgid "record the specified user as committer"
10688 10675 msgstr "指定ユーザをコミットユーザとして記録"
10689 10676
10690 msgid "display with template (DEPRECATED)"
10691 msgstr "当該テンプレートで表示をカスタマイズ (非推奨)"
10677 msgid "display with template (EXPERIMENTAL)"
10678 msgstr "当該テンプレートで表示をカスタマイズ (実験的実装)"
10692 10679
10693 10680 msgid "STYLE"
10694 10681 msgstr "スタイル"
@@ -16035,11 +16022,11 b' msgstr "hg: \xe8\xa7\xa3\xe6\x9e\x90\xe3\x82\xa8\xe3\x83\xa9\xe3\x83\xbc: %s\\n"'
16035 16022
16036 16023 #, python-format
16037 16024 msgid "(did you mean %r?)\n"
16038 msgstr "(もしかして %r のことですか?)\n"
16025 msgstr "(推測される候補: %r)\n"
16039 16026
16040 16027 #, python-format
16041 16028 msgid "(did you mean one of %s?)\n"
16042 msgstr "(もしかして %s のいずれかのことですか?)\n"
16029 msgstr "(推測される候補: %s)\n"
16043 16030
16044 16031 msgid "entering debugger - type c to continue starting hg or h for help\n"
16045 16032 msgstr "デバッガ動作開始 - 継続なら c 、 ヘルプなら h を入力してください\n"
@@ -28006,6 +27993,10 b' msgstr ""'
28006 27993 msgid "date expects one or two arguments"
28007 27994 msgstr "date の引数は1つまたは2つです"
28008 27995
27996 #. i18n: "date" is a keyword
27997 msgid "date expects a date information"
27998 msgstr "date の入力には日付情報を与えてください"
27999
28009 28000 msgid ""
28010 28001 ":diff([includepattern [, excludepattern]]): Show a diff, optionally\n"
28011 28002 " specifying files to include or exclude."
@@ -28167,13 +28158,16 b' msgstr "startswith \xe3\x81\xae\xe5\xbc\x95\xe6\x95\xb0\xe3\x81\xaf2\xe3\x81\xa4\xe3\x81\xa7\xe3\x81\x99"'
28167 28158
28168 28159 msgid ":word(number, text[, separator]): Return the nth word from a string."
28169 28160 msgstr ""
28170 ":word(number, text[, separator]): text の冒頭 number 個の単語を抽出します。"
28161 ":word(number, text[, separator]): text の number 個の単語を抽出します。"
28171 28162
28172 28163 #. i18n: "word" is a keyword
28173 28164 #, python-format
28174 28165 msgid "word expects two or three arguments, got %d"
28175 28166 msgstr "word は2または3の引数が必要です (実際の引数は %d 個)"
28176 28167
28168 msgid "Use strings like '3' for numbers passed to word function"
28169 msgstr "word 関数には '3' のような文字列形式で数値を指定してください"
28170
28177 28171 msgid "unmatched quotes"
28178 28172 msgstr "引用符の対応関係が不正です"
28179 28173
@@ -111,7 +111,7 b' def _showlist(name, values, plural=None,'
111 111
112 112 def getfiles(repo, ctx, revcache):
113 113 if 'files' not in revcache:
114 revcache['files'] = repo.status(ctx.p1().node(), ctx.node())[:3]
114 revcache['files'] = repo.status(ctx.p1(), ctx)[:3]
115 115 return revcache['files']
116 116
117 117 def getlatesttags(repo, ctx, cache):
@@ -999,6 +999,37 b' Test that "diff()" in committemplate wor'
999 999 HG: @@ -0,0 +1,1 @@
1000 1000 HG: +y
1001 1001
1002 $ echo cccc >> cc
1003 $ hg status -amr
1004 M cc
1005 $ HGEDITOR=cat hg commit --amend -e -m "cc should be excluded" -X cc
1006 cc should be excluded
1007
1008 HG: M:
1009 HG: A: foo y
1010 HG: R: a x
1011 HG: diff -r 6de0c1bde1c8 a
1012 HG: --- a/a Thu Jan 01 00:00:00 1970 +0000
1013 HG: +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1014 HG: @@ -1,2 +0,0 @@
1015 HG: -a
1016 HG: -a
1017 HG: diff -r 6de0c1bde1c8 foo
1018 HG: --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1019 HG: +++ b/foo Thu Jan 01 00:00:00 1970 +0000
1020 HG: @@ -0,0 +1,1 @@
1021 HG: +foo
1022 HG: diff -r 6de0c1bde1c8 x
1023 HG: --- a/x Thu Jan 01 00:00:00 1970 +0000
1024 HG: +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1025 HG: @@ -1,1 +0,0 @@
1026 HG: -x
1027 HG: diff -r 6de0c1bde1c8 y
1028 HG: --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1029 HG: +++ b/y Thu Jan 01 00:00:00 1970 +0000
1030 HG: @@ -0,0 +1,1 @@
1031 HG: +y
1032
1002 1033 Check for issue4405
1003 1034 -------------------
1004 1035
@@ -441,10 +441,16 b' specific template keywords work well'
441 441 $ cat >> .hg/hgrc <<EOF
442 442 > [committemplate]
443 443 > changeset = {desc}
444 > HG: mods={file_mods}
445 > HG: adds={file_adds}
446 > HG: dels={file_dels}
444 447 > HG: files={files}
445 448 > HG:
446 449 > {splitlines(diff()) % 'HG: {line}\n'
447 450 > }HG:
451 > HG: mods={file_mods}
452 > HG: adds={file_adds}
453 > HG: dels={file_dels}
448 454 > HG: files={files}\n
449 455 > EOF
450 456 $ hg status -amr
@@ -453,6 +459,9 b' specific template keywords work well'
453 459 R removed
454 460 $ HGEDITOR=cat hg commit -q -e -m "foo bar" changed
455 461 foo bar
462 HG: mods=changed
463 HG: adds=
464 HG: dels=
456 465 HG: files=changed
457 466 HG:
458 467 HG: --- a/changed Thu Jan 01 00:00:00 1970 +0000
@@ -461,6 +470,9 b' specific template keywords work well'
461 470 HG: changed
462 471 HG: +changed
463 472 HG:
473 HG: mods=changed
474 HG: adds=
475 HG: dels=
464 476 HG: files=changed
465 477 $ hg status -amr
466 478 A added
@@ -474,25 +486,43 b' specific template keywords work well'
474 486 $ cat >> .hg/hgrc <<EOF
475 487 > [committemplate]
476 488 > changeset = {desc}
489 > HG: mods={file_mods}
490 > HG: adds={file_adds}
491 > HG: dels={file_dels}
477 492 > HG: files={files}
478 493 > HG:
479 494 > {splitlines(diff("changed")) % 'HG: {line}\n'
480 495 > }HG:
496 > HG: mods={file_mods}
497 > HG: adds={file_adds}
498 > HG: dels={file_dels}
481 499 > HG: files={files}
482 500 > HG:
483 501 > {splitlines(diff("added")) % 'HG: {line}\n'
484 502 > }HG:
503 > HG: mods={file_mods}
504 > HG: adds={file_adds}
505 > HG: dels={file_dels}
485 506 > HG: files={files}
486 507 > HG:
487 508 > {splitlines(diff("removed")) % 'HG: {line}\n'
488 509 > }HG:
510 > HG: mods={file_mods}
511 > HG: adds={file_adds}
512 > HG: dels={file_dels}
489 513 > HG: files={files}\n
490 514 > EOF
491 515 $ HGEDITOR=cat hg commit -q -e -m "foo bar" added removed
492 516 foo bar
517 HG: mods=
518 HG: adds=added
519 HG: dels=removed
493 520 HG: files=added removed
494 521 HG:
495 522 HG:
523 HG: mods=
524 HG: adds=added
525 HG: dels=removed
496 526 HG: files=added removed
497 527 HG:
498 528 HG: --- /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -500,6 +530,9 b' specific template keywords work well'
500 530 HG: @@ -0,0 +1,1 @@
501 531 HG: +added
502 532 HG:
533 HG: mods=
534 HG: adds=added
535 HG: dels=removed
503 536 HG: files=added removed
504 537 HG:
505 538 HG: --- a/removed Thu Jan 01 00:00:00 1970 +0000
@@ -507,6 +540,9 b' specific template keywords work well'
507 540 HG: @@ -1,1 +0,0 @@
508 541 HG: -removed
509 542 HG:
543 HG: mods=
544 HG: adds=added
545 HG: dels=removed
510 546 HG: files=added removed
511 547 $ hg status -amr
512 548 M changed
General Comments 0
You need to be logged in to leave comments. Login now