Mercurial > dotfiles
comparison .hgrc @ 342:f95ae07fb55a
hgrc: add havepatch alias for looking for a patch matching a string
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 01 Sep 2014 13:02:29 -0400 |
parents | 1b4b235482c5 |
children | c94f73838566 |
comparison
equal
deleted
inserted
replaced
341:0a593d2c0595 | 342:f95ae07fb55a |
---|---|
24 utip = log -r 'limit(heads(upstream()), 1)' | 24 utip = log -r 'limit(heads(upstream()), 1)' |
25 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | xargs -0 egrep -H '$1' | 25 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | xargs -0 egrep -H '$1' |
26 | 26 |
27 wc-out = log -r 'ancestors(.) and not upstream()' | 27 wc-out = log -r 'ancestors(.) and not upstream()' |
28 wc-email = email -r 'ancestors(.) and not upstream()' | 28 wc-email = email -r 'ancestors(.) and not upstream()' |
29 havepatch = log -r 'grep("$1")' | |
29 | 30 |
30 [ui] | 31 [ui] |
31 username = Augie Fackler <raf@durin42.com> | 32 username = Augie Fackler <raf@durin42.com> |
32 ignore = ~/.hgglobalignore | 33 ignore = ~/.hgglobalignore |
33 usehttp2=true | 34 usehttp2=true |