comparison .hgrc @ 374:7fa854682fdd

hgrc: new crecord alias for when I want to use crecord
author Augie Fackler <raf@durin42.com>
date Sat, 21 Nov 2015 14:37:23 -0500
parents ea4bee62d5b3
children 81ca70aa5281
comparison
equal deleted inserted replaced
373:ea4bee62d5b3 374:7fa854682fdd
21 [alias] 21 [alias]
22 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' 22 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")'
23 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n' 23 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n'
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 crecord = !$HG commit --interactive --config experimental.crecord=yes $@
26 27
27 wc-out = log -r 'ancestors(.) and not upstream()' 28 wc-out = log -r 'ancestors(.) and not upstream()'
28 wc-email = email -r 'ancestors(.) and not upstream()' 29 wc-email = email -r 'ancestors(.) and not upstream()'
29 havepatch = log -r 'grep("$1")' 30 havepatch = log -r 'grep("$1")'
30 31