Closed ienorand closed 13 years ago
+1 -- hapened for me with https://bitbucket.org/qbilius/confsup
+1 - needed to do the same with https://bitbucket.org/padcom/jtk
+1 just had the same with https://bitbucket.org/wkornewald/django-nonrel
+1 -- me too when trying to clone bitbucket. Is git-hg not support https or like ieonard said about "--force" option?
thx
+1 for me.
Ok, working on a fix to allow specifying --force. Sorry for taking so long, for some reason I still don't get github notifications on issues.
I think it may be relevant to add this to the "pull" action of git-hg as well, I did need --force there at some point in time, although I can't figure out how to reproduce that currently.
@ienorand I have this problem, too! I submitted a patch that adds the --force option to pull, see pull request #24.
This happened when trying to checkout http://code.google.com/p/lugaru/source/checkout (but is likely semi-common).
A quick-hack fix was to rewrite the git-hg script to call hg-fast-export with the "--force" option in addition.
It would be nice if git-hg was able to accept and pass along this flag to fast-export?