附上两个站点: http://z42.readthedocs.org/zh/latest/devtools/hg.html http://bucunzai.net/hginit/ Mercurial(hg)是个版本管理工具,类似于git,但是它有自己的特点,比如可以一键生成web. 添加用户名 在.hg目录下有个hgrc文件,将下面代码丢到该文件的最底下即可,代码中的等号之后并无要求,写中文都是可以的. [ui] username = John Doe<john@example.com> 初始…