# HG changeset patch # User Augie Fackler # Date 1448134643 18000 # Node ID 7fa854682fdd225197c5fa392ded7110d44cf482 # Parent ea4bee62d5b3eaf4cd652cc0561b14f4f95987e3 hgrc: new crecord alias for when I want to use crecord diff --git a/.hgrc b/.hgrc --- 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()'