Open
Description
When hg-cloning Octave, everything goes fine:
$ hg clone http://www.octave.org/hg/octave upstream
real URL is http://hg.savannah.gnu.org/hgweb/octave
requesting all changes
adding changesets
adding manifests
adding file changes
added 19535 changesets with 116074 changes to 12685 files (+1 heads)
updating to bookmark @
real URL is http://hg.savannah.gnu.org/hgweb/octave/gnulib-hg
cloning subrepo gnulib-hg from http://www.octave.org/hg/octave/gnulib-hg
requesting all changes
adding changesets
adding manifests
adding file changes
added 17763 changesets with 95689 changes to 11138 files (+13 heads)
3114 files updated, 0 files merged, 0 files removed, 0 files unresolved
so it seems the remote repo is intact. git-hg however fails with
$ git-hg clone http://www.octave.org/hg/octave
Initialized empty Git repository in /home/nschloe/software/octave/octave/.git/
real URL is http://hg.savannah.gnu.org/hgweb/octave
requesting all changes
adding changesets
adding manifests
adding file changes
added 19535 changesets with 116074 changes to 12685 files (+1 heads)
Initialized empty Git repository in /home/nschloe/software/octave/octave/.git/hgremote/
Error: repository has at least one unnamed head: hg r15563
fatal: Couldn't find remote ref gui-release
fatal: The remote end hung up unexpectedly
Metadata
Metadata
Assignees
Labels
No labels