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

Unified Diff: modules/hgweb/templates/sitescripts.ini.erb

Issue 29337790: Issue 3676 - Configure update_issues hook (Closed)
Patch Set: Address comment Created Feb. 26, 2016, 6:52 p.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 | « modules/hgweb/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/hgweb/templates/sitescripts.ini.erb
===================================================================
--- a/modules/hgweb/templates/sitescripts.ini.erb
+++ b/modules/hgweb/templates/sitescripts.ini.erb
@@ -1,9 +1,10 @@
[DEFAULT]
root=/home/hg/web
mailer=/usr/sbin/sendmail
mailerDebug=no
[hg]
auth_repository=%(root)s/hgaccess
auth_file=/home/hg/.ssh/authorized_keys
-
+trac_xmlrpc_url=https://abpbot:<%= trac_abpbot_password %>@issues.adblockplus.org/login/xmlrpc
+issue_url_template=https://issues.adblockplus.org/ticket/{id}
« no previous file with comments | « modules/hgweb/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld