--- a/.hgrc Sat Jul 13 01:20:28 2024 +0400
+++ b/.hgrc Sat Jul 13 01:21:51 2024 +0400
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()'
+actualize-topic = rebase -s 'topic($1)' -d 'branch(last(::topic($1) and public()))'
in-release = log -r '$1 + min($1:: and tag())'