[issue702] hgext.convert.git not working under native Windows
Alexey Borzenkov
mercurial-bugs at selenic.com
Wed Aug 22 08:30:34 UTC 2007
New submission from Alexey Borzenkov <snaury at gmail.com>:
When using hg convert for git repositories under native Windows it is not
working because Windows native shell (cmd.exe) cannot understand environment
syntax `GIT_DIR=... cmd' correctly and /dev/null cannot be found.
The following patch (which I tried to make as compatible to older python as I
could) fixes my problems, however I haven't tested it on other platforms and
don't know whether it works there.
----------
files: hg-stable-hgext-convert-git-nt.patch
messages: 3874
nosy: snaury
priority: bug
status: unread
title: hgext.convert.git not working under native Windows
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue702>
____________________________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hg-stable-hgext-convert-git-nt.patch
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20070822/40313495/attachment.ksh>
More information about the Mercurial-devel
mailing list