Mercurial > dotfiles
changeset 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 |
files | .hgrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgrc +++ b/.hgrc @@ -23,6 +23,7 @@ ll=log --graph --style compact --limit 6 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --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' +crecord = !$HG commit --interactive --config experimental.crecord=yes $@ wc-out = log -r 'ancestors(.) and not upstream()' wc-email = email -r 'ancestors(.) and not upstream()'