Mercurial works in Wine

Adrian Buehlmann adrian at cadifra.com
Sun Jun 22 01:34:49 CDT 2008


On 22.06.2008 06:46, Matt Mackall wrote:
> I just managed to clone and verify the main hg repo in Wine with the
> just the following packages (all free software, of course):
> 
> Wine 1.0rc5-1  (Debian unstable)
> Python 2.5
> MinGW-5.1-4
> 
> Running 'winecommand cmd' gives me a console window. Also, Wine emulates
> enough of Windows' filesystem quirks to make this useful for debugging.

Interesting!

Your list of installed packages does not include pywin32.

Is it possible to install pywin32 and use win32file in that environment?

What does os.name say?

mercurial.util.winstdout._is_win_9x, openhardlinks ?

Is posixfile_nt of mercurial.util_win32 used?

Can you run hg with my long path experimental patch [1]
and clone a repo like e.g. http://www.cadifra.com/cgi-bin/repos/long2 ?

[1] http://selenic.com/pipermail/mercurial-devel/2008-June/006776.html


More information about the Mercurial-devel mailing list