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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29336790: Issue 3674 - Add a hg hook that references commits in issues (Closed)
Left Patch Set: Address comments Created Feb. 22, 2016, 8:04 p.m.
Right Patch Set: Don't use RegexObject.match Created Feb. 23, 2016, 9:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/hg/bin/update_issues.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 mailer=/usr/sbin/sendmail 3 mailer=/usr/sbin/sendmail
4 mailerDebug=no 4 mailerDebug=no
5 secret=somerandomstringhere 5 secret=somerandomstringhere
6 6
7 [multiplexer] 7 [multiplexer]
8 sitescripts.subscriptions.web.fallback = 8 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash = 9 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport = 10 sitescripts.reports.web.submitReport =
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 212 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
213 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 213 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
214 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 214 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
215 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 215 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
216 adblockpluscore_repository=%(root)s/hg/adblockpluscore 216 adblockpluscore_repository=%(root)s/hg/adblockpluscore
217 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 217 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
218 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 218 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
219 libadblockplus_repository=%(root)s/hg/libadblockplus 219 libadblockplus_repository=%(root)s/hg/libadblockplus
220 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 220 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
221 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 221 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld