Created originally on Bitbucket by bdkearns (Brian Kearns)
Was already merged in Bitbucket before import, marked as merged by the import user
Source changeset not longer availableat the time of import. Commit listwill look empty
- makes this tool more useful and usable from within a (later separate) pypy repository root.
- what do you think of additionally removing the hardcoded 'project' return value from get_repo_verison_info? it's not derived in any way from the repository, so it seems pointless to have this general tool return a hard-coded project value. the calling function could simply provide a project name if desired (most usages of get_repo_verison_info don't even use the project value).