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
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
>
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
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. 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
5 matches
Mail list logo