Hello Ondrej and Peter
I have a problem with hg-git. I've made some changes and wish to push them to github, but am getting
abort: revision 32747a439a8d cannot be pushed since it doesn't have a ref
Do you have any idea what might be wrong? The console log is below.
Jonathan
jfine@apricot:~/2010$ hg clone git://
github.com/mattpap/py2js.git py2js-git-push-test
importing Hg objects into Git
Counting objects: 871, done.
Compressing objects: 100% (552/552), done.
Total 871 (delta 446), reused 623 (delta 285)
importing Git objects into Hg
at: 0/164
at: 100/164
updating working directory
182 files updated, 0 files merged, 0 files removed, 0 files unresolved
jfine@apricot:~/2010$ cd py2js-git-push-test/
jfine@apricot:~/2010/py2js-git-push-test$ ls
AUTHORS doc examples LICENSE math.js py2js.py py-builtins.js README run_tests.py tests
jfine@apricot:~/2010/py2js-git-push-test$ hg pull ../py2js-git/
pulling from ../py2js-git/
searching for changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 2 changes to 1 files
(run 'hg update' to get a working copy)
jfine@apricot:~/2010/py2js-git-push-test$ hg update
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
jfine@apricot:~/2010/py2js-git-push-test$ hg push git+ssh://g...@github.com:mattpap/py2js.git
pushing to git+ssh://g...@github.com:mattpap/py2js.git
importing Hg objects into Git
at: 0/2
creating and sending data
abort: revision 32747a439a8d cannot be pushed since it doesn't have a ref
jfine@apricot:~/2010/py2js-git-push-test$
--
You received this message because you are subscribed to the Google Groups "JavaScript for Python programmers" group.
To post to this group, send an email to
js...@googlegroups.com.
To unsubscribe from this group, send email to
js4py+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/js4py?hl=en-GB.