Download:
child 207:6654fd2cee10
parent 205:8fb0584aabeb
206:fd7530e99f4e
Anton Shestakov <av6@dwimlabs.net>, Tue, 23 Feb 2021 06:57:14 +0800
.hgrc: actualize-topic command

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
.hgrc file | annotate | diff | comparison | revisions
--- a/.hgrc Sat Oct 03 22:00:36 2020 +0800
+++ b/.hgrc Tue Feb 23 06:57:14 2021 +0800
@@ -25,6 +25,7 @@
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()'
. = pvr .
[progress]