# HG changeset patch # User Zhaoping Sun # Date 1258721093 18000 # Node ID 136342c64c0938d8021ccb9fefb02877492e412e # Parent b7be47b4caeb96271607b55d49467327c8224d8e 2.4.2 zh translated finished diff -r b7be47b4caeb -r 136342c64c09 po/zh.po --- a/po/zh.po Fri Nov 20 07:28:03 2009 -0500 +++ b/po/zh.po Fri Nov 20 07:44:53 2009 -0500 @@ -4187,7 +4187,7 @@ "some other reason (for example, in a bug report), use the hexadecimal " "identifier." msgstr "Mercurial使用版本号纯粹是为了有些命令的方便,如果你要和别人讨论变更集," -"或者由于某些原因为一个变更集做记录(例如,bug报告),请使用十六进制标识符。" +"或者由于某些原因为一个变更集做记录(如在bug报告中),请使用十六进制标识符。" #. type: Content of: #: ../en/ch02-tour-basic.xml:318 @@ -4202,8 +4202,9 @@ "role=\"hg-opt-log\">--rev</option>) option. You can use either a revision " "number or a hexadecimal identifier, and you can provide as many revisions as " "you want." -msgstr "" - +msgstr "如果只想用<command role=\"hg-cmd\">hg log</command>查看一个版本的日志" +"使用<option role=\"hg-opt-log\">-r</option>(或者<optionrole=\"hg-opt-log\">--rev</option>)" +"选项。版本号和十六进制标识符都可以来指定版本,可以一次指定任意多个版本。" #. type: Content of: <book><chapter><sect1><sect2><para> #: ../en/ch02-tour-basic.xml:329 msgid "" @@ -4211,15 +4212,16 @@ "each one, you can use <emphasis>range notation</emphasis>; this lets you " "express the idea <quote>I want all revisions between <literal>abc</literal> " "and <literal>def</literal>, inclusive</quote>." -msgstr "" - +msgstr "如果你想显示几个版本历史,但是不想一个一个的列出来,可以使用 <emphasis>范围标记</emphasis>;" +"它会显示包括<literal>abc</literal>和<literal>def</literal>,以及它们之间的所有版本的版本历史。" #. type: Content of: <book><chapter><sect1><sect2><para> #: ../en/ch02-tour-basic.xml:337 msgid "" "Mercurial also honours the order in which you specify revisions, so <command " "role=\"hg-cmd\">hg log -r 2:4</command> prints 2, 3, and 4. while <command " "role=\"hg-cmd\">hg log -r 4:2</command> prints 4, 3, and 2." -msgstr "" +msgstr "Mercurial还可以指定版本的输出顺序,如"<command role=\"hg-cmd\">hg log -r 2:4</command>" +"输出2,3,4。而<command role=\"hg-cmd\">hg log -r 4:2</command>"则输出4,3,2。 #. type: Content of: <book><chapter><sect1><sect2><title> #: ../en/ch02-tour-basic.xml:344