我正在尝试安装
Hg-Git addon到我的Windows 7操作系统
>我已经跨越了几个困难,如安装Python和其他实用程序描述在this blog。
>我有这个手册出现问题,由于this log中描述的错误,无法安装此插件。
我搜索google,我找到了this manual
>现在我有这些错误显示在this log。
任何帮助这些错误?感谢您的帮助。
如果它有助于任何人,我有Windows 7 64bit和TortoiseHg和跟随他们的
instructions是容易和工作没有问题。
原文链接:https://www.f2er.com/windows/372448.htmlInstallation
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