Re: hg-fetch with subrepos

2018-12-03 Thread Björn Höfling
On Sun, 2 Dec 2018 18:38:35 + John Soo wrote: > Thanks! > > That patch looks familiar :D Looking forward to it. > > John > > On Sun, Dec 2, 2018 at 1:59 PM Ludovic Courtès wrote: > > > Hello, > > > > Björn Höfling skribis: > > > > > And I stumbled upon that problem too. Ludovic explai

Re: hg-fetch with subrepos

2018-12-02 Thread John Soo
Thanks! That patch looks familiar :D Looking forward to it. John On Sun, Dec 2, 2018 at 1:59 PM Ludovic Courtès wrote: > Hello, > > Björn Höfling skribis: > > > And I stumbled upon that problem too. Ludovic explained me on IRC: The > > problem is the metadata directory ".hg": It contains meta

Re: hg-fetch with subrepos

2018-12-02 Thread Ludovic Courtès
Hello, Björn Höfling skribis: > And I stumbled upon that problem too. Ludovic explained me on IRC: The > problem is the metadata directory ".hg": It contains metadata that is > not fixed. For normal hg-repositories, it will be stripped away, but > not recursively for those with sub-repos. > > I

Re: hg-fetch with subrepos

2018-12-02 Thread Björn Höfling
On Sat, 1 Dec 2018 11:10:54 -0800 John Soo wrote: > Hi guix! > > Thanks and please bear with my first ever mailing list post. I was > trying to package coin3d > (https://bitbucket.org/Coin3D/coin/wiki/Home) as it is now under a > bsd3 license. The hash of the repo always changes. I think this