# HG changeset patch # User Steve Losh # Date 1254296752 14400 # Node ID 4c9eca56547070d29dd0f080cb6b8c6827083a70 # Parent cbbf5d2089be846eb8873ffaaef7214b98206ba4 Add a nicer template to the show alias. diff -r cbbf5d2089be -r 4c9eca565470 .hgrc --- a/.hgrc Wed Sep 30 02:53:52 2009 -0400 +++ b/.hgrc Wed Sep 30 03:45:52 2009 -0400 @@ -27,7 +27,7 @@ killitwithfire = revert --no-backup --all kittens = parents fold = collapse -show = log --color=always -pr +show = log --template 'changeset: {rev}:{node|short} \033[33;40m{tags}\033[37;40m\033[35;40m{branches}\033[37;40m\nauthor: {author}\ndate: {date|rfc822date} ({date|age} ago)\nsummary: {desc|firstline}\n\nadded: \033[32;40m{file_adds}\033[37;40m\nremoved: \033[31;40m{file_dels}\033[37;40m\nchanged: \033[36;40m{file_mods}\033[37;40m\n\n' --color=always -pr nudge = push --rev . [diff]