在Windows 7 64位上安装Hg-Git

我正在尝试安装 Hg-Git addon到我的Windows 7操作系统

>我已经跨越了几个困难,如安装Python和其他实用程序描述在this blog
>我有这个手册出现问题,由于this log中描述的错误,无法安装此插件。
我搜索google,我找到了this manual
>现在我有这些错误显示在this log

任何帮助这些错误?感谢您的帮助。

如果它有助于任何人,我有Windows 7 64bit和TortoiseHg和跟随他们的 instructions是容易和工作没有问题。

Installation

TortoiseHg Windows installers come with the python-git bindings (named
dulwich) that hg-git requires,so one only needs to clone the hg-git
repository to your local computer:

hg clone http://bitbucket.org/durin42/hg-git/ C:\hg-git

Then enable
hggit and bookmarks in your Mercurial.ini file:

[extensions]

bookmarks =

hggit = C:\hg-git\hggit

You can verify that worked by typing hg help hggit

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...