comparison .hgrc @ 394:2f05f081d9c1

hgrc: fix crecord alias
author Augie Fackler <raf@durin42.com>
date Mon, 27 Jun 2016 16:29:22 -0400
parents cf3b1ba01e69
children 1a85ad164ae7
comparison
equal deleted inserted replaced
393:08755f0a9f1f 394:2f05f081d9c1
19 [alias] 19 [alias]
20 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' 20 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")'
21 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n' 21 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n'
22 utip = log -r 'limit(heads(upstream()), 1)' 22 utip = log -r 'limit(heads(upstream()), 1)'
23 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | (cd $(hg root) ; xargs -0 egrep -H '$1') 23 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | (cd $(hg root) ; xargs -0 egrep -H '$1')
24 crecord = !$HG commit --interactive --config experimental.crecord=yes $@ 24 crecord = !$HG commit --interactive --config ui.interface=curses $@
25 25
26 wc-out = log -r 'ancestors(.) and not upstream()' 26 wc-out = log -r 'ancestors(.) and not upstream()'
27 wc-email = email -r 'ancestors(.) and not upstream()' 27 wc-email = email -r 'ancestors(.) and not upstream()'
28 havepatch = log -r 'grep("$1")' 28 havepatch = log -r 'grep("$1")'
29 29