jira-importer commented on issue #425:
URL: https://github.com/apache/maven-scm/issues/425#issuecomment-2964593691

   **[solo 
turn](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=soloturn)** 
commented
   
   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)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to