schacon / hg-git

mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
GNU General Public License v2.0
620 stars 72 forks source link

hg out dies on readonly repository #300

Open zdm opened 9 years ago

zdm commented 9 years ago

Hello. I have remote readonly subrepo:

git+https://github.com/schacon/hg-git.git

Every time, when I push to main repository, hg trying to check if subrepo also has outgoing changes and dies with message "permission denied". Is it possible to make hg-git to perform hg out command without authentication?