Skip to content

SonarQubeCommunity/sonar-scm-mercurial

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
its
 
 
 
 
 
 
 
 
 
 

SonarQube Mercurial plugin

Build Status

Description

This plugin implements SCM dependent features of SonarQube for Mercurial projects.

Requirements

  • The Mercurial command line tool (hg) must be available in the path.
  • Version 2.1+ of Mercurial is required because of the use of -w flag.

Usage

Auto-detection will works if there is a .hg folder in the project root directory. Otherwise you can force the provider using -Dsonar.scm.provider=hg.

Developer

The plugin doesn't use Hg4j because it is not available on Maven central.