Open desyncr opened 8 years ago
Looking forward to this, especially mercurial support
Doesn't it already work with github, bitbucket, and gitlab?
Maybe these git–mercurial bridges would be worth testing to see if they would provide easy hg support.
Since Mercurial is not used by so many people these days, it might not be worth adding complexity and maintenance burden to accommodate it natively.
@paulmelnikow Currently Antigen supports all of them without problem, the only issue is you have to use full bundle url for others than github:
antigen bundle example/bundle # will look for https://github.com/example/bundle.git
If you want to install the bundle from gitlab/bitbucket you'll need to:
antigen bundle https://gitlab.com/repository/example.git
The idea is to support having a custom domain. This is done here.
Support for multiple backends is a really nice to have IMO. Really complex to implement I think, huge refactor.
It was my bad both issues are mixed up in one single issue, there should be two at least.