- Improve error message for unsupported VCS platform
- Support for git-cinnabar URLs (https://, ssh://, and hg://) (https://github.com/glandium/git-cinnabar)
hgmo
SSH URLs can now be parsed
RepoUrlParsed
exposesrepo_name
which gives the name of a repo without its potential prefix.
parse()
fails automatically if URL couldn't be parsedparse()
fails automatically if repo platform is neitherhg.mozilla.org
norgithub.com
RepoUrlParsed
exposesrepo_path
.
- Initial release