# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 2020-12-05 22:32:11 # 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 --git a/contrib/phab-refresh-stack.sh b/contrib/phab-refresh-stack.sh --- a/contrib/phab-refresh-stack.sh +++ b/contrib/phab-refresh-stack.sh @@ -38,3 +38,4 @@ hg \ --config auth.phabricator.prefix=phab.mercurial-scm.org \ --config auth.phabricator.phabtoken=$PHABRICATOR_TOKEN \ phabsend --rev '.#stack and ::. and topic()' \ +"$@"