# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1264873133 18000
# Node ID 0467dba568a7de689120a1d8b73c020591401dbb
# Parent  73480c9be2998eb41fbcbfe93cc3cafa2f2e19ef
Add the hgt alias.

diff -r 73480c9be299 -r 0467dba568a7 zsh/mercurial.zsh
--- a/zsh/mercurial.zsh	Sat Jan 30 10:52:22 2010 -0500
+++ b/zsh/mercurial.zsh	Sat Jan 30 12:38:53 2010 -0500
@@ -2,6 +2,7 @@
 
 alias mq='hg -R $(hg root)/.hg/patches'
 alias tmd='hg tmd | mate'
+alias hgt='hg log -vd "`date -j \"+%Y-%m-%d\"`" -u steve | grep "{t:"'
 
 function pull_everything() {
     for repo in $( ls -1 ); do