google-code-issues-migrator
google-code-issues-migrator copied to clipboard
A simple script to migrate issues from google code to github.
I was trying to migrate http://code.google.com/p/simulationcraft/ to Github. http://code.google.com/p/simulationcraft/issues/detail?id=100 has a "Mergedinto: -" flag/status, where I assume that the Issue number it originally pointed at got lost. Now google-code-issues-migrator runs...
The current script is vulnerable to transient errors which prevent fetching the current Github issues list, but then clear in time to allow adding new issues. I ran into a...
Numbered lists or references such as #1 get interpreted by Github as links to that issue number. Escaping this pattern would prevent these spurious references.