Download:
child 146:7d814c3e7446
parent 144:43ad77e3012e
145:1b22798650c4
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"

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
.hgrc file | annotate | diff | comparison | revisions
--- a/.hgrc Wed Feb 08 01:03:16 2017 +0800
+++ b/.hgrc Sun Oct 15 09:45:49 2017 +0800
@@ -3,7 +3,6 @@
ssh = ssh -C
editor = ~/.hgeditor
mergemarkers = detailed
-interface = curses
[phases]
publish = False
@@ -24,6 +23,7 @@
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
. = pvr .