changeset 14:48de4a1fca26

Add a log template to take advantage of "phases" feature that's been in Mercurial for ages
author IBBoard <dev@ibboard.co.uk>
date Tue, 05 Aug 2014 19:34:14 +0000
parents c7241e9025b8
children 710955cdb377
files hgrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc	Sat Aug 02 18:57:58 2014 +0000
+++ b/hgrc	Tue Aug 05 19:34:14 2014 +0000
@@ -1,6 +1,7 @@
 [ui]
 username = IBBoard <dev@ibboard.co.uk>
 merge = meld
+logtemplate='[{phase}] {desc} ({node|short})'
 
 [trusted]
 #Trust root (mainly for VPS running, where some repos are owned by root and we want to do "hg status" without sudo-ing)