[ http://jira.codehaus.org/browse/SCM-230?page=comments#action_76746 ] 
            
solo turn commented on SCM-230:
-------------------------------

for a log output similar to bzr one could use

hg log --style changelog.tmpl -l 1

with changelog.tmpl:

changeset = 'rev: {rev}\nchangeset: {node}\n{tags}author: 
{author|escape|addbreaks|tabindent}\ndate: {date|isodate}\ndesc:\n  
{desc|strip|escape|addbreaks|tabindent}\n{files}{file_adds}{file_dels}\n'
start_tags = 'tags:'
tag = '\t{tag}\n'
start_files = 'modified:\n'
file = '  {file}\n'
start_file_adds = 'added:\n'
file_add = '  {file_add}\n'
start_file_adds = 'removed:\n'
file_del = '  {file_del}\n'

(as suggested by 
http://www.selenic.com/pipermail/mercurial/2006-May/008349.html)


> mercurial plugin
> ----------------
>
>                 Key: SCM-230
>                 URL: http://jira.codehaus.org/browse/SCM-230
>             Project: Maven SCM
>          Issue Type: New Feature
>            Reporter: solo turn
>         Attachments: maven-scm-provider-hg.diff.gz, maven-scm-provider-hg.tgz
>
>
> it would be nice to have a mercurial source provider. and if not, it would be 
> nice to update the documentation on http://maven.apache.org/scm/ so that 
> anybody could just copy the bzr provider and make a mercurial provider out of 
> it. it should be nearly the same implementation.
> mercurial is (currently) much faster than bzr and therefor really useable.

-- 
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