Tuesday, January 15, 2013

Install Mercurial with the Git Extension on Windows 7


In the wondrous spirit of free software, this is a little more confusing than it should be, and there are many permutations possible that lead to roughly the same end result, so here's a quick recipe that worked for me circa Jan 2013 on Windows 7:
A handy post on this topic that I used as a guide to create this one is http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/. It's a little out of date but a bit broader in terms of handling some variations that occur on different Windows versions.

2 Comments:

At January 16, 2013 at 8:12 AM, Anonymous Anonymous said...

Huh? Isn't hg-git self-contained anymore?

I don't need Git executables at all on my Windows 7 machine to use Mercurial with the hg-git extension.

hg-git extension is e68814 (0.3.2+14) for THG 2.4 .

 
At January 29, 2013 at 8:13 AM, Blogger Steve Barber said...

You don't need git executables to run hg-git. But you do need some way of getting hg-git onto your machine in the first place. I chose to get hg-git from the primary repo at bitbucket using git clone as recommended at BitBucket 101 (https://confluence.atlassian.com/x/cgozDQ). There may be other ways, but I don't know them. Suggestions welcome!

 

Post a Comment

<< Home