# HG changeset patch # User Ludovic Chabant # Date 1330055976 28800 # Node ID 4b4e461e2022244a0b8b8b7e7bbf4ba9151730e0 # Parent 67cacdcdd73aa3facb32cd92530a44dce0a440cf Changed templating for `hg clog`. diff -r 67cacdcdd73a -r 4b4e461e2022 hgrc/hgrc --- a/hgrc/hgrc Sun Feb 05 20:19:48 2012 -0800 +++ b/hgrc/hgrc Thu Feb 23 19:59:36 2012 -0800 @@ -20,7 +20,7 @@ parentrevspec = [alias] -clog = glog --limit 10 --style compact +clog = glog --limit 10 --template "{rev} {bookmarks} {tags} {node|short} {date|shortdate} {author|user}\n{desc}\n\n" [progress] delay = 1