# HG changeset patch # User Steve Losh # Date 1256254316 14400 # Node ID 9a7470f41c215cc20dcf710ab860d42484aa7ff6 # Parent bc7e4f80b5ee3acce8dbdecc1e142fd6457e282c Add the , hg alias. diff -r bc7e4f80b5ee -r 9a7470f41c21 .hgrc --- a/.hgrc Thu Oct 22 19:23:13 2009 -0400 +++ b/.hgrc Thu Oct 22 19:31:56 2009 -0400 @@ -33,6 +33,7 @@ slog = log --template '{rev}:{node|short} {desc|firstline}\n' nudge = push --rev . tmd = diff --no-color -U 10 +, = glog -l15 --template '\033[33;40m{rev} \033[37;40m{desc|firstline|fill68} \033[1;30;40m({date|age} ago by {author|person})\033[0;37;40m \033[33;40m{tags}\033[37;40m \033[35;40m{branches}\033[37;40m\n\n' [diff] git = True