What have I broken?

Harvey Chapman hchapman-hg at 3gfp.com
Tue Jan 19 12:24:58 CST 2016


> On Jan 19, 2016, at 12:06 PM, Lester Caine <lester at lsces.co.uk> wrote:
> 
> Not sure why, but something has broken ...
> 
>> lester at linux3:/srv/repo> hg clone --verbose git+ssh://git@github.com:rurseekatze/OpenLinkMap /srv/repo/OpenLinkMap

FWIW It works for me. Does it work if you attempt the clone disabling your hgrc (like I did below)?

$ hg version | head -1
Mercurial Distributed SCM (version 3.6.3)

$ hg -R ~/.hgrc.d/hg-git identify
d07933271233 tip master

$ hg -R ~/.hgrc.d/hg-git paths
default = https://bitbucket.org/durin42/hg-git

$ HGRCPATH="" hg clone --config "extensions.hggit=~/.hgrc.d/hg-git/hggit" git+ssh://git@github.com:rurseekatze/OpenLinkMap
destination directory: OpenLinkMap
importing git objects into hg
updating to branch default
218 files updated, 0 files merged, 0 files removed, 0 files unresolved



More information about the Mercurial mailing list