hgbook

changeset 1085:b71b3f734904

2.4.2 first para unfinished
author Zhaoping Sun <zhaopingsun@gmail.com>
date Fri Nov 20 23:21:46 2009 -0500 (2009-11-20)
parents ef79008cda9e 136342c64c09
children 48354eb7d1b0
files po/zh.po
line diff
     1.1 --- a/po/zh.po	Fri Nov 20 23:00:06 2009 -0500
     1.2 +++ b/po/zh.po	Fri Nov 20 23:21:46 2009 -0500
     1.3 @@ -4191,9 +4191,8 @@
     1.4  "need to discuss a changeset with someone, or make a record of a changeset for "
     1.5  "some other reason (for example, in a bug report), use the hexadecimal "
     1.6  "identifier."
     1.7 -msgstr ""
     1.8 -"Mercurial使用版本号纯粹是为了有些命令的方便,如果你要和别人讨论变更集,或者由"
     1.9 -"于某些原因为一个变更集做记录(例如,bug报告),请使用十六进制标识符。"
    1.10 +msgstr "Mercurial使用版本号纯粹是为了有些命令的方便,如果你要和别人讨论变更集,"
    1.11 +"或者由于某些原因为一个变更集做记录(如在bug报告中),请使用十六进制标识符。"
    1.12  
    1.13  #. type: Content of: <book><chapter><sect1><sect2><title>
    1.14  #: ../en/ch02-tour-basic.xml:318
    1.15 @@ -4208,7 +4207,9 @@
    1.16  "role=\"hg-opt-log\">--rev</option>) option.  You can use either a revision "
    1.17  "number or a hexadecimal identifier, and you can provide as many revisions as "
    1.18  "you want."
    1.19 -msgstr ""
    1.20 +msgstr "如果只想用<command role=\"hg-cmd\">hg log</command>查看一个版本的日志"
    1.21 +"使用<option role=\"hg-opt-log\">-r</option>(或者<option role=\"hg-opt-log\">--rev</option>)"
    1.22 +"选项。版本号和十六进制标识符都可以来指定版本,可以一次指定任意多个版本。"
    1.23  
    1.24  #. type: Content of: <book><chapter><sect1><sect2><para>
    1.25  #: ../en/ch02-tour-basic.xml:329
    1.26 @@ -4217,7 +4218,8 @@
    1.27  "each one, you can use <emphasis>range notation</emphasis>; this lets you "
    1.28  "express the idea <quote>I want all revisions between <literal>abc</literal> "
    1.29  "and <literal>def</literal>, inclusive</quote>."
    1.30 -msgstr ""
    1.31 +msgstr "如果你想显示几个版本历史,但是不想一个一个的列出来,可以使用 <emphasis>范围标记</emphasis>;"
    1.32 +"它会显示包括<literal>abc</literal>和<literal>def</literal>,以及它们之间的所有版本的版本历史。"
    1.33  
    1.34  #. type: Content of: <book><chapter><sect1><sect2><para>
    1.35  #: ../en/ch02-tour-basic.xml:337
    1.36 @@ -4225,7 +4227,8 @@
    1.37  "Mercurial also honours the order in which you specify revisions, so <command "
    1.38  "role=\"hg-cmd\">hg log -r 2:4</command> prints 2, 3, and 4. while <command "
    1.39  "role=\"hg-cmd\">hg log -r 4:2</command> prints 4, 3, and 2."
    1.40 -msgstr ""
    1.41 +msgstr "Mercurial还可以指定版本的输出顺序,如<command role=\"hg-cmd\">hg log -r 2:4</command>"
    1.42 +"输出2,3,4。而<command role=\"hg-cmd\">hg log -r 4:2</command>则输出4,3,2。"
    1.43  
    1.44  #. type: Content of: <book><chapter><sect1><sect2><title>
    1.45  #: ../en/ch02-tour-basic.xml:344