hg on windows

Vadim Lebedev vadim at mbdsys.com
Sat Jan 28 10:42:47 UTC 2006



Lee Cantey wrote:

>The following message is a courtesy copy of an article
>that has been posted to gmane.comp.version-control.mercurial.devel as well.
>
>Vadim Lebedev <vadim at mbdsys.com> writes:
>
>  
>
>>I get as output:
>>pulling from ssh://vadim@192.168.10.138/test.hg
>>requesting all changes
>>adding manifests
>>adding file changes
>>added 0 changesets with 0 changes to 0 files
>>(run 'hg update' to get a working copy)
>>remote: bash: line 1: hg -R test.hg serve --stdio: No such file or directory
>>    
>>
>
>Are you using the Windows binary build?
>
>I sometimes use plink with pageant and had the same problem awhile
>back.  I believe it was fixed a few days after the 0.7-2 Windows
>release (in changeset 0fcde73dc3cacb067558027179955cefc3c35f21).
>
>I know that the latest version is working for me so I bundled it up
>and made it available at http://www.berkwood.com/mercurial (thanks
>Bryan for the installer) if you want to give it a whirl.
>
>Lee
>
>
>  
>
Lee,

Thanks a LOT!!!!
You've just saved my day....

To all folks who want to use hg under windows

Here is my [ui] section in Mercurial.ini

[ui]
ssh=c:/putty/plink -ssh -i "C:/Documents and Settings/Vadim/Mes 
documents/PuTTY/id_dsa.ppk"
remotecmd=~/bin/hg
EDITOR=c:\Mercurial\hgedit
;============


and c:\Mercurial\hgedit.bat
@"c:\Program Files\Scintilla Text Editor\SciTe.exe" %1



Vadim



More information about the Mercurial mailing list