Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mercurial Support #13

Closed
schnatterer opened this issue Jul 11, 2018 · 1 comment
Closed

Mercurial Support #13

schnatterer opened this issue Jul 11, 2018 · 1 comment

Comments

@schnatterer
Copy link
Member

schnatterer commented Jul 11, 2018

Right now, the implementation is Git-only.

The Cloudogu EcoSystem also supports Mercurial (and is develop on mercurial itself), so we should also support mercurial (aka hg).

A quick search reveals at least these two Git-specific implementations that must be generalized (e.g. using a SCM class, that can detect the remote somehow):

  • findEmailRecipients
  • SonarQube - sets the target branch to master (which is default on hg)
  • SonarCloud - uses Git class for BitBucket, which could be hg

Note:

  • getRepositoryUrl: hg paths default
  • getCommitAuthorComplete: hg log --branch . --limit 1 --template '{author}'
@schnatterer
Copy link
Member Author

As BitBucket closes down their hg support we close this for now.
If any SCM-Manager user should need this, please re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant