Use 'hg log --date' for changelog generation on a date range
------------------------------------------------------------

                 Key: SCM-610
                 URL: http://jira.codehaus.org/browse/SCM-610
             Project: Maven SCM
          Issue Type: Improvement
          Components: maven-scm-provider-mercurial (hg)
    Affects Versions: 1.4
            Reporter: Ringo De Smet


The current implementation of the ChangeLogCommand for hg repositories first 
gets the commit info for the complete repository, only filtering on the dates 
afterwards in the Java level. The 'hg' binary has the option --date since 
version 0.9.2, which is the version listed as the minimum version this provider 
is compatible with.

Running "hg help dates" gives you an overview of the options one has to specify 
a date range on the command line. The provider should be updated to use the 
'hg' feature instead of filtering itself.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to