Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Oct 2017 09:45:49 +0800
.hgrc: don't default to curses ui, but add an alias for "crecord"
--- a/.hgrc Wed Feb 08 01:03:16 2017 +0800
+++ b/.hgrc Sun Oct 15 09:45:49 2017 +0800
gl = log --pager=always -G
pvr = log --pager=always -pvr
stripout = strip -r 'outgoing()'
+crecord = !$HG commit --interactive --config ui.interface=curses "$@"
reword = commit -X 're:' --amend