[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: |
Uwe Brauer |
Subject: |
Re: vc-next-action RCS vs hg: copies the entry of ChangeLog |
Date: |
Sun, 18 Oct 2015 16:06:18 +0300 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) |
> On 10/18/2015 11:25 AM, Uwe Brauer wrote:
> Turns out, the problem is that vc-hg-print-log doesn't display
> multiline messages, just the first line.
> Mercurial is weird.
> The easiest way to display them is to pass -v to 'hg log'. However,
> that will also display the list of files touched by the commit, which
> can be long, and it's pretty annoying.
> To avoid that, https://bz.mercurial-scm.org/show_bug.cgi?id=688
> suggests using the --template argument, to indicate exactly what to
> output.
> If someone were to look into it and tell us what template format
> corresponds to "current output plus long commit message", that would
> be helpful. Preferably, both for "short" and "long" types of output
> (see vc-hg-print-log).
Hi it seems that
hg log --template "commit {node}\nAuthor : {author}\nDate:
{date|rfc822date}\n\n{desc}\n\n{nofiles}\n"
Does more or less what
git log does
- vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/15
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Dmitry Gutov, 2015/10/15
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/18
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Dmitry Gutov, 2015/10/18
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/18
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Dmitry Gutov, 2015/10/18
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/18
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog,
Uwe Brauer <=
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Dmitry Gutov, 2015/10/18
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Eli Zaretskii, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Eli Zaretskii, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Uwe Brauer, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Dmitry Gutov, 2015/10/19
- Re: vc-next-action RCS vs hg: copies the entry of ChangeLog, Dmitry Gutov, 2015/10/19