 Issue 29336790:
  Issue 3674 - Add a hg hook that references commits in issues  (Closed)
    
  
    Issue 29336790:
  Issue 3674 - Add a hg hook that references commits in issues  (Closed) 
  | Index: .sitescripts.example | 
| =================================================================== | 
| --- a/.sitescripts.example | 
| +++ b/.sitescripts.example | 
| @@ -163,6 +163,9 @@ | 
| [hg] | 
| auth_repository=%(root)s/hg/hgaccess | 
| auth_file=%(root)s/.ssh/.ssh/authorized_keys | 
| +trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc | 
| 
Wladimir Palant
2016/02/22 11:32:33
Shouldn't this be /login/rpc? That's what it is ac
 
Wladimir Palant
2016/02/22 11:41:37
Never mind, source code supports both.
 
Felix Dahlke
2016/02/22 20:09:49
Yup, it's documented too. And since there's also a
 | 
| +changeset_url_template=https://hg.adblockplus.org/{repo}/rev/{id} | 
| +issue_url_template=https://issues.adblockplus.org/ticket/{id} | 
| [formmail] | 
| template=formmail/template/eyeo.mail |