nephila / giturlparse

Parse & rewrite git urls (supports GitHub, Bitbucket, Assembla ...)
https://pypi.python.org/pypi/giturlparse
Apache License 2.0
31 stars 21 forks source link

Supporting hg urls from bitbucket #11

Closed virresh closed 3 years ago

virresh commented 6 years ago

The library is currently able to successfully parse bitbucket urls for git. Also https urls of hg for bitbucket are being parsed successfully as well, If support is added for the ssh urls of hg as well, that would be great

e.g HTTPS url for hg at BitBucket : https://virresh@bitbucket.org/virresh/mercurialtest
SSH url for hg at BitBucket : ssh://hg@bitbucket.org/virresh/mercurialtest

HTTPS url for git at BitBucket : https://virresh@bitbucket.org/virresh/gittest.git SSH url for git at BitBucket : git@bitbucket.org:virresh/gittest.git

yakky commented 5 years ago

@virresh thanks for reporting this

Unfortunately I don't know when I will be able to tackle this If you would like to contribute with a patch., it would be more than welcome and I am willing to provide help and mentoring to help whoever would want to work on this

yakky commented 3 years ago

As bitbucket does not support mercurial anymore, we can close this