D605: phabricator: add a config to use curl for communication
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Sun Sep 3 14:22:05 UTC 2017
yuja added inline comments.
INLINE COMMENTS
> phabricator.py:122
> + if curlcmd:
> + sin, sout = util.popen2('%s -d @- %s' % (curlcmd, util.shellquote(url)))
> + sin.write(data)
Maybe it's better to insert `--` for extra safety.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D605
To: quark, #hg-reviewers
Cc: yuja, mercurial-devel
More information about the Mercurial-devel
mailing list