Mercurial + TortoiseSVN = good stuff on winblows
Wednesday, April 25th, 2007So, I’ve been using Mercurial for a while now, and while Linux support rocks, the Windows support could be much better.
A recent suggestion on the Mercurial mailing list had me integrating it with my already installed TortoiseSVN, and it wasn’t difficult.
From my Mercurial.ini.
[ui]
ssh = C:\Progra~1\TortoiseSVN\bin\TortoisePlink.exe
-l msoulier -ssh -2 -i [...]

