# HG changeset patch # User Zhaoping Sun # Date 1258777306 18000 # Node ID b71b3f7349044ee8238ea61ab0529e7f07c2ba19 # Parent ef79008cda9e8bc0b1cfba1ca72f9e7c0d5f0bf2# Parent 136342c64c0938d8021ccb9fefb02877492e412e 2.4.2 first para unfinished diff -r ef79008cda9e -r b71b3f734904 po/zh.po --- a/po/zh.po Fri Nov 20 23:00:06 2009 -0500 +++ b/po/zh.po Fri Nov 20 23:21:46 2009 -0500 @@ -4191,9 +4191,8 @@ "need to discuss a changeset with someone, or make a record of a changeset for " "some other reason (for example, in a bug report), use the hexadecimal " "identifier." -msgstr "" -"Mercurial使用版本号纯粹是为了有些命令的方便,如果你要和别人讨论变更集,或者由" -"于某些原因为一个变更集做记录(例如,bug报告),请使用十六进制标识符。" +msgstr "Mercurial使用版本号纯粹是为了有些命令的方便,如果你要和别人讨论变更集," +"或者由于某些原因为一个变更集做记录(如在bug报告中),请使用十六进制标识符。" #. type: Content of: #: ../en/ch02-tour-basic.xml:318 @@ -4208,7 +4207,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>(或者<option role=\"hg-opt-log\">--rev</option>)" +"选项。版本号和十六进制标识符都可以来指定版本,可以一次指定任意多个版本。" #. type: Content of: <book><chapter><sect1><sect2><para> #: ../en/ch02-tour-basic.xml:329 @@ -4217,7 +4218,8 @@ "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 @@ -4225,7 +4227,8 @@ "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