emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-next-action RCS vs hg: copies the entry of ChangeLog


From: Dmitry Gutov
Subject: Re: vc-next-action RCS vs hg: copies the entry of ChangeLog
Date: Mon, 19 Oct 2015 14:02:17 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0

On 10/19/2015 01:57 PM, Uwe Brauer wrote:

I send you a possible hg log
hg log --template "commit {node}\nAuthor: {author}\nDate: 
{date|rfc822date}\n{desc}\n{nofiles}\n"

And for me it looks very much than the one of git, so one could just use
the same code.

However you seem to prefer a different format.

Could you please tell me what you have in mind?

I don't know which template string that corresponds to, but for vc-print-log, we use the normal 'hg log' output.

For vc-print-root-log, we currently use this template:

(concat "{rev}:{ifeq(branch, 'default','', '{branch}')}"
        ":{bookmarks}:{tags}:{author|person}"
        " {date|shortdate} {desc|firstline}\\n")

So we have two of them, and we probably want to modify each of them slightly, so that the messages are displayed in full.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]