# HG changeset patch # User IBBoard # Date 1407352930 0 # Node ID 710955cdb377f90ce0a100a14d04ebab660f4106 # Parent 48de4a1fca26a4dadd59f1719dce1be65d062300 Change log template to make it more useful (local revision, hash, status and first line of commit with enough spaces to be distinguished) diff -r 48de4a1fca26 -r 710955cdb377 hgrc --- 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 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)