# HG changeset patch # User Zhaoping Sun # Date 1259728847 18000 # Node ID 9c84da5d93e9db69c0433f7cc9274d85ac4b3941 # Parent eafa27cb18eb2140bbbaef469ce166548076ad65 2.8.2 4 paras zh translated diff -r eafa27cb18eb -r 9c84da5d93e9 po/zh.po --- a/po/zh.po Wed Nov 25 22:54:30 2009 -0500 +++ b/po/zh.po Tue Dec 01 23:40:47 2009 -0500 @@ -5016,6 +5016,12 @@ "not (by default) touch the working directory. Instead, we use the hg update command to do this." msgstr "" +"现在我们已经对版本库和它的工作目录之间的关系有了粗略的了解。我们在一节运行的hg pull命令会将变更拖进版本库,但是如果我们检查一下的话,就会发现工作目录并没" +"有变化。这是因为hg pull命令并不会影响工作目" +"录。实际上,我们需要hg update命令来完成这个" +"工作。" #. type: Content of: #: ../en/ch02-tour-basic.xml:848 @@ -5030,6 +5036,12 @@ "automatically updated the working directory to a new revision, you might not " "be terribly happy." msgstr "" +"hg pull命令并不会自动更新工作目录,这看起来" +"有点奇怪。但实际上这样做是有原因的:你可以用hg " +"update来更新工作目录,切换到版本库中的任意一个版本。假设你将工作目录" +"切换到一个老的版本&emdash;假如说是为了追踪一个bug&emdash;然后运行了hg pull命令。它自动将工作目录更新到新版本,这可能并" +"不是你想要的结果。" #. type: Content of: #: ../en/ch02-tour-basic.xml:860 @@ -5038,6 +5050,9 @@ "lets you combine the two by passing the 选项就可以了。" #. type: Content of: #: ../en/ch02-tour-basic.xml:865 @@ -5054,6 +5069,8 @@ "To find out what revision the working directory is at, use the hg parents command." msgstr "" +"如果想知道工作目录的版本,可以使用hg parents命令。" #. type: Content of: #: ../en/ch02-tour-basic.xml:878 @@ -5073,6 +5090,8 @@ "number or changeset ID to the hg update " "command." msgstr "" +"如果需要将工作目录切换到一个特定版本,给hg update命令加上版本号或者变更集标识符就可以了。" #. type: Content of: #: ../en/ch02-tour-basic.xml:893