060a976d718c

Exclude fixtures from tmdiffs.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 30 Jan 2010 13:27:36 -0500
parents 0467dba568a7
children e221cd857ce5 194d59fd43a8
branches/tags (none)
files zsh/mercurial.zsh

Changes

--- a/zsh/mercurial.zsh	Sat Jan 30 12:38:53 2010 -0500
+++ b/zsh/mercurial.zsh	Sat Jan 30 13:27:36 2010 -0500
@@ -1,7 +1,7 @@
 #!/usr/bin/env zsh
 
 alias mq='hg -R $(hg root)/.hg/patches'
-alias tmd='hg tmd | mate'
+alias tmd="hg tmd -X '**fixtures**' | mate"
 alias hgt='hg log -vd "`date -j \"+%Y-%m-%d\"`" -u steve | grep "{t:"'
 
 function pull_everything() {