如何在windows上从code.google复制项目

看到我需要从这个页面下载代码

http://code.google.com/r/steverauny-treeview/source/checkout

这显示克隆

hg clone https://code.google.com/r/steverauny-treeview/ 

在我的Linux机器上,我已经安装了hg ,然后这个命令工作,我得到了我的机器上的项目的副本

但如何得到这个Windows机器?

下载并安装TortoiseHg 。

运行相同的命令:

 C:\>hg clone https://code.google.com/r/steverauny-treeview TreeView requesting all changes adding changesets adding manifests adding file changes added 44 changesets with 255 changes to 111 files updating to branch default 98 files updated, 0 files merged, 0 files removed, 0 files unresolved 

使用Windows Mercurial安装程序之一。