--- a/.hgrc Sat Oct 03 22:00:36 2020 +0800
+++ b/.hgrc Tue Feb 23 06:57:14 2021 +0800
stripout = strip -r 'outgoing()'
crecord = !$HG commit --interactive --config ui.interface=curses "$@"
reword = commit -X 're:' --amend
+actualize-topic = rebase -s 'topic($1)' -d 'branch(ancestor(topic($1))) and public()'