templates: add a default template style for status
authorMatt Mackall <mpm@selenic.com>
Wed, 10 Jun 2015 14:35:05 -0500
changeset 25514 9b1a8ce1f03b
parent 25513 0c6f98398f8a
child 25515 e8075329c5fb
templates: add a default template style for status Color doesn't work yet, so no labels here.
mercurial/templates/map-cmdline.default
--- a/mercurial/templates/map-cmdline.default	Wed Jun 10 14:33:38 2015 -0500
+++ b/mercurial/templates/map-cmdline.default	Wed Jun 10 14:35:05 2015 -0500
@@ -71,3 +71,5 @@
                                        'description:')}
                                 {label('ui.note log.description',
                                        '{desc|strip}')}\n\n")}'
+
+status = '{status} {path}\n{if(copy, "  {copy}\n")}'