diff --git a/phabricator/conduit.py b/phabricator/conduit.py --- a/phabricator/conduit.py +++ b/phabricator/conduit.py @@ -63,6 +63,7 @@ 'actAsUser': self._actas, 'authToken': token, 'authSignature': hashlib.sha1(sig.encode('utf-8')).hexdigest(), + 'caller': 'hg', } req_data = util.urlreq.urlencode( {