[PATCH 2 of 3] template: unify template output to use abspath (BC)

Yuya Nishihara yuya at tcha.org
Wed Mar 9 09:39:19 EST 2016


On Tue, 08 Mar 2016 13:44:27 -0600, timeless wrote:
> # HG changeset patch
> # User timeless <timeless at mozdev.org>
> # Date 1456509834 0
> #      Fri Feb 26 18:03:54 2016 +0000
> # Node ID ec4546f50c52baae1db569008c33de7ac06949e3
> # Parent  94616d85ab4517fe06424dc1760844de0f4a664e
> template: unify template output to use abspath (BC)
> 
> Before this change, annotate used "file", which was inaccurate,
> the field is actually an abspath.

> {file_dels}, {file_adds}, {file_copies}, {files} are changed so their % field
> is {abspath} instead of {file}.

Please don't. The log template isn't experimental.

Instead, can't we rename abspath to file as it is just used by the experimental
formatter?


More information about the Mercurial-devel mailing list