changeset 15:710955cdb377

Change log template to make it more useful (local revision, hash, status and first line of commit with enough spaces to be distinguished)
author IBBoard <dev@ibboard.co.uk>
date Wed, 06 Aug 2014 19:22:10 +0000
parents 48de4a1fca26
children c88d17a35d61
files hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc	Tue Aug 05 19:34:14 2014 +0000
+++ b/hgrc	Wed Aug 06 19:22:10 2014 +0000
@@ -1,7 +1,7 @@
 [ui]
 username = IBBoard <dev@ibboard.co.uk>
 merge = meld
-logtemplate='[{phase}] {desc} ({node|short})'
+logtemplate='{rev}:{node|short} ({phase})   {firstline(desc)}\n'
 
 [trusted]
 #Trust root (mainly for VPS running, where some repos are owned by root and we want to do "hg status" without sudo-ing)