Add an alias for summary.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 08 Nov 2009 11:19:21 -0500 |
parents |
d190eacb58c6
|
children |
b8355d9279d4
|
branches/tags |
(none) |
files |
.hgrc |
Changes
--- a/.hgrc Sun Nov 08 11:18:15 2009 -0500
+++ b/.hgrc Sun Nov 08 11:19:21 2009 -0500
@@ -83,7 +83,8 @@
tmd = diff --no-color -U 10
cm = commit -m
up = update --check
-? = compass --hide-closed
+? = summary
+_ = compass --hide-closed
: = status
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