emacs-devel
[Top][All Lists]
Advanced

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

Re: [prop: change]


From: Dmitry Gutov
Subject: Re: [prop: change]
Date: Tue, 27 Oct 2015 17:16:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0

On 10/27/2015 04:49 PM, Uwe Brauer wrote:

I got it to work, sorry for the noise.

Good.

I changed your code to
(defvar vc-hg-log-format (concat "changeset:   {rev}:{node|short}\n"
                                  "{tags % 'tag:         {tag}\n'}"
                                  "{if(parents, 'parents:     {parents}\n')}"
                                  "user:        {author}\n"
                                  "Date:        {date|date}\n"
                                  "summary:     {tabindent(fill68(desc))}\n\n")
   "Mercurial log template for `vc-hg-print-log' long format.")

And it seems to me closer to «git log»

I don't think 'git log' refills commit messages, or uses 8 spaces to indent them. Does it?



reply via email to

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