# HG changeset patch # User Pierre-Yves David # Date 1607207531 -3600 # Node ID 9be5db6148fb84534e6fd15bc75af7b48c2568c7 # Parent 024f90fc01b55f3c76f43e17ae3f9fa0fda5a85c phab-refresh: allow passing additional argument to the phabsend This will be useful to pass a custom message. Differential Revision: https://phab.mercurial-scm.org/D9526 diff -r 024f90fc01b5 -r 9be5db6148fb contrib/phab-refresh-stack.sh --- a/contrib/phab-refresh-stack.sh Sat Dec 05 23:27:57 2020 +0100 +++ b/contrib/phab-refresh-stack.sh Sat Dec 05 23:32:11 2020 +0100 @@ -38,3 +38,4 @@ --config auth.phabricator.prefix=phab.mercurial-scm.org \ --config auth.phabricator.phabtoken=$PHABRICATOR_TOKEN \ phabsend --rev '.#stack and ::. and topic()' \ +"$@"