[
https://issues.apache.org/jira/browse/SCM-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962397#comment-17962397
]
ASF GitHub Bot commented on SCM-658:
------------------------------------
jira-importer commented on issue #855:
URL: https://github.com/apache/maven-scm/issues/855#issuecomment-2964629584
**[Vladimir
Kralik](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vlk32)**
commented
I've made fix for this bug.
It contains 5 patches.
01 - new parameters for command lines were added, because I needed some
testing from command line
02 - optimization for creating changelog between two dates, because I've a
repository with a lot revisions
03 - fix for this bug
04 - it's better to use global changeset-id, which are unique across all
mercurial repositories
05 - local English is requiered during parsing output of "hg blame"
> HgChangeLogCommand doesn't implement method executeChangeLogCommand()
> ---------------------------------------------------------------------
>
> Key: SCM-658
> URL: https://issues.apache.org/jira/browse/SCM-658
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-mercurial (hg)
> Affects Versions: 1.6
> Environment: maven 2.2.1, 3.0.3
> Reporter: Vladimir Kralik
> Assignee: Olivier Lamy
> Priority: Blocker
> Fix For: 1.7
>
> Attachments: SCM658-01-ChangeLogMojo_new_cmd_params,
> SCM658-02-DateIntervalOptimization, SCM658-03-solution,
> SCM658-04-useChangeSetId, SCM658-05-useEnglishLocale
>
>
> Class org.apache.maven.scm.provider.hg.command.changelog.HgChangeLogCommand
> doesn't implement method of abstract parent class
> org.apache.maven.scm.command.changelog.AbstractChangeLogCommand
> protected ChangeLogScmResult executeChangeLogCommand( ScmProviderRepository
> repository, ScmFileSet fileSet,
> ScmVersion
> startVersion, ScmVersion endVersion,
> String datePattern )
> I think, that this is the main reason of SONARPLUGINS-1157 (
> http://jira.codehaus.org/browse/SONARPLUGINS-1157 ).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)