Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .sitescripts.example

Issue 29336790: Issue 3674 - Add a hg hook that references commits in issues (Closed)
Patch Set: Created Feb. 22, 2016, 10:40 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/hg/bin/update_issues.py » ('j') | sitescripts/hg/bin/update_issues.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | sitescripts/hg/bin/update_issues.py » ('j') | sitescripts/hg/bin/update_issues.py » ('J')

Powered by Google App Engine
This is Rietveld