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 @@ -30,6 +30,7 @@ exit 2 fi + hg \ --config extensions.phabricator= \ --config phabricator.url=https://phab.mercurial-scm.org/ \ @@ -38,3 +39,4 @@ --config auth.phabricator.prefix=phab.mercurial-scm.org \ --config auth.phabricator.phabtoken=$PHABRICATOR_TOKEN \ phabsend --rev '.#stack and ::. and topic()' \ +"$@"