[issue1246] hg convert w/ git 1.6.0rc1

Chris Webb mercurial-bugs at selenic.com
Wed Jul 30 06:04:57 CDT 2008


New submission from Chris Webb <chris at arachsys.com>:

The first release candidate of git 1.6.0 is out, and from this version, git has
finally stopped polluting the bin namespace with over a hundred git- binaries!
It's still possible to access things like git-ls-remote in lib[exec]/git-core/
but the intended interface is 'git ls-remote' with just git(1) being in the
PATH.

git.py from hg convert uses the old git-SUBCOMMAND syntax, and so won't work
out of the box with git 1.6.0. The attached trivial patch fixes this. (Using
the 'git SUBCOMMAND' form as per this patch should also work fine on earlier
git releases.)

----------
files: mercurial-1.0.1-git-1.6.0.patch
messages: 6634
nosy: chris at arachsys.com
priority: feature
status: unread
title: hg convert w/ git 1.6.0rc1
topic: convert

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1246>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mercurial-1.0.1-git-1.6.0.patch
Type: application/octet-stream
Size: 2335 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20080730/35bf952c/attachment.obj 


More information about the Mercurial-devel mailing list