sapling/mercurial/templates
Yuya Nishihara 20d3269298 log: fix status template to list copy source per dest (issue5155)
Before, copied files were assumed as "A" (added) and listed followed by
non-copy added files. This could double entries of a copy if it had "M"
(modified) state.

So, this patch makes the template check if a file is included in copies dict.
This way, entries should never be doubled.

The output of "log -Tstatus -C" does not always agree with "status -C --change"
due to the bug of "status", which is documented in test-status.t. See also
21a68fa3c757.
2016-03-24 22:55:56 +09:00
..
atom hgweb: fix links in atom-branches 2016-04-01 21:18:24 +08:00
coal coal: reuse style-paper.css and use a separate css file for visual tweaks 2015-09-18 14:03:32 +08:00
gitweb templates: use canvaswidth instead of fixed width for canvas (issue2683) 2016-01-21 02:42:01 +09:00
json hgweb: add parents to json-log (issue5074) 2016-03-31 18:09:09 +08:00
monoblue templates: use canvaswidth instead of fixed width for canvas (issue2683) 2016-01-21 02:42:01 +09:00
paper templates: use canvaswidth instead of fixed width for canvas (issue2683) 2016-01-21 02:42:01 +09:00
raw hgweb: replace 'shortlog' with 'changelog' in raw changelog template 2013-08-16 21:41:19 +04:00
rss urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
spartan templates: use canvaswidth instead of fixed width for canvas (issue2683) 2016-01-21 02:42:01 +09:00
static hgweb: update canvas.width before dynamically redrawing graph (issue2683) 2016-01-23 17:31:31 +08:00
map-cmdline.bisect map-cmdline.bisect: rewrite to just %include the default template 2015-05-10 13:48:10 -04:00
map-cmdline.changelog setup: install translation files as package data 2009-12-01 16:06:10 +01:00
map-cmdline.compact compact: add color labels to -Tcompact 2016-04-08 16:05:52 +00:00
map-cmdline.default templates: add a default template style for status 2015-06-10 14:35:05 -05:00
map-cmdline.phases template-phases: extend default style instead of duplicating it 2015-04-25 21:42:07 +09:00
map-cmdline.status log: fix status template to list copy source per dest (issue5155) 2016-03-24 22:55:56 +09:00
map-cmdline.xml templater: add new docheader/footer components for XML (issue4135) 2015-08-26 16:27:14 -05:00