schacon/hg-git

Problem pushing to github: default::.have, default::refs/heads/master. hg outgoing: abort: 00changelog.i@x: no node!

bshanks opened this issue · 1 comments

$ hg clone git+ssh://git@github.com/bshanks/velruse.git

$ # make some changes

$ hg ci

$ hg outgoing

$ hg push

pushing to git+ssh://git@github.com/bshanks/velruse.git

importing Hg objects into Git

creating and sending data

Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.

default::.have => GIT:dd4b95fb

default::refs/heads/master => GIT:c21e241f

$ hg outgoing

comparing with git+ssh://git@github.com/bshanks/velruse.git

importing Hg objects into Git

abort: 00changelog.i@x: no node!

here's my .hgrc. i updated hg-git to the latest version in the repo, it didn't help.

[extensions]

#bookmarks =

hggit =

#eol =

#mq =

#graphlog =

#hgk =

#color =

#fetch =

[ui]

ssh = /usr/bin/ssh -i ~/.ssh/id_rsa -C

username = bshanks

[auth]

#this section omitted from this bug report

[bookmarks]

track.current = True