# HG changeset patch # User Steve Losh # Date 1264876056 18000 # Node ID 060a976d718cd0614680691cc22bb272fbd413d5 # Parent 0467dba568a7de689120a1d8b73c020591401dbb Exclude fixtures from tmdiffs. diff -r 0467dba568a7 -r 060a976d718c zsh/mercurial.zsh --- 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() {