jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
316 stars 95 forks source link

Make it easier to trouble-shoot a failure to connect to bitbucket #10

Closed c-w closed 10 years ago

c-w commented 10 years ago

Unlike on Github, the repository name on Bitbucket is case sensitive. This gotcha is a bit counter-intuitive and therefore can lead to some head-scratching as to why the migration script is failing. Improving the exception message makes it easier to figure out what is going wrong.