hg-gitを使用してhgリポジトリをHerokuにデプロイして数か月になりますが、最近機能しなくなりました。
0 HAL:0 work/nrb % hg push git+ssh://git@heroku.com:nrb.git
pushing to git+ssh://git@heroku.com:nrb.git/
exporting hg objects to git
converting revision 75ef42d9fe22b99259a2a05b28be56c92d0aa01b
creating and sending data
["git-receive-pack 'nrb.git'"]
Pushed to non-master branch, skipping build.
ご覧のとおり、Herokuはマスターブランチを必要としています。作成してプッシュしてみました
hg push -b master git+ssh://git@heroku.com:nrb.git/
しかし、同じ結果が得られました。hg-gitにmasterという名前のブランチをHerokuにプッシュさせる方法はありますか?