# HG changeset patch # User Augie Fackler # Date 1320245637 18000 # Node ID 09c0d4ed07f30da7f3ef8f3838cd681503491e3a # Parent b56da15f4444cde04b24c015fbeb6d82200d02e3 hg: new egrep alias diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -23,6 +23,7 @@ hg_remotebranches= ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' utip = log -r 'limit(heads(upstream()), 1)' +egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | xargs -0 egrep -H '$1' wc-out = log -r 'ancestors(.) and not upstream()' wc-email = email -r 'ancestors(.) and not upstream()'