Mercurial API for Java?

前端 未结 5 740
灰色年华
灰色年华 2021-01-01 10:20

Is there a plain API to access Mercurial repositories from Java?

There are plugins for Netbeans and Eclipse, but unlike their Subversion counterparts, they do not us

5条回答
  •  灰色年华
    2021-01-01 10:42

    The Maven SCM plugin seems to have a Mercurial provider available. However, I don't know how applicable that provider is in your case (ie how deeply it is tied to Maven architecture and/or how it interfaces with hg).

提交回复
热议问题