# HG changeset patch # User Augie Fackler # Date 1467059362 14400 # Node ID 2f05f081d9c1b616e08f48289f144002cff4914f # Parent 08755f0a9f1f9ca2f3cd411c4464b499cf2e42cf hgrc: fix crecord alias diff --git a/.hgrc b/.hgrc --- 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()'