Re: fetching from an hg remote fails with bare git repositories

2015-08-06 Thread Taylor Braun-Jones
On Tue, Aug 4, 2015 at 7:03 PM, Mike Hommey wrote: > Another missing detail is what you're using for mercurial support in > git. I would guess https://github.com/felipec/git-remote-hg. Yes. I was going off some outdated information on the web that told me the felipec/git-remote-hg had moved to ma

Re: fetching from an hg remote fails with bare git repositories

2015-08-04 Thread Mike Hommey
On Tue, Aug 04, 2015 at 05:27:13PM -0400, Taylor Braun-Jones wrote: > On Tue, Aug 4, 2015 at 2:56 PM, Stefan Beller wrote: > > On Tue, Aug 4, 2015 at 10:45 AM, Taylor Braun-Jones > > wrote: > >> Fetching from an hg remote fails with bare git repositories. Non-bare >

Re: fetching from an hg remote fails with bare git repositories

2015-08-04 Thread Taylor Braun-Jones
On Tue, Aug 4, 2015 at 2:56 PM, Stefan Beller wrote: > On Tue, Aug 4, 2015 at 10:45 AM, Taylor Braun-Jones > wrote: >> Fetching from an hg remote fails with bare git repositories. Non-bare >> repositories work fine. >> >> Steps to reproduce: >> >> mkdi

Re: fetching from an hg remote fails with bare git repositories

2015-08-04 Thread Stefan Beller
On Tue, Aug 4, 2015 at 10:45 AM, Taylor Braun-Jones wrote: > Fetching from an hg remote fails with bare git repositories. Non-bare > repositories work fine. > > Steps to reproduce: > > mkdir /tmp/hgrepo > cd /tmp/hgrepo > hg init > echo foo > foo.txt > hg add fo

fetching from an hg remote fails with bare git repositories

2015-08-04 Thread Taylor Braun-Jones
Fetching from an hg remote fails with bare git repositories. Non-bare repositories work fine. Steps to reproduce: mkdir /tmp/hgrepo cd /tmp/hgrepo hg init echo foo > foo.txt hg add foo.txt hg commit -m "add foo.txt" foo.txt git clone hg::/tmp/hgrepo/ /tmp/gitrepo cd /tmp/gitre