Mercurial > dotfiles
changeset 394:2f05f081d9c1
hgrc: fix crecord alias
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 27 Jun 2016 16:29:22 -0400 |
parents | 08755f0a9f1f |
children | 078a8053be9f |
files | .hgrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgrc +++ b/.hgrc @@ -21,7 +21,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 | (cd $(hg root) ; xargs -0 egrep -H '$1') -crecord = !$HG commit --interactive --config experimental.crecord=yes $@ +crecord = !$HG commit --interactive --config ui.interface=curses $@ wc-out = log -r 'ancestors(.) and not upstream()' wc-email = email -r 'ancestors(.) and not upstream()'