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

Delta Between Two Patch Sets: modules/hgweb/templates/hgrc.erb

Issue 29323409: Issue 2867 - Introduce module hgweb and corresponding server role (Closed)
Left Patch Set: Issue 2867 - Remove double blank lines Created Aug. 17, 2015, 6:14 p.m.
Right Patch Set: Issue 2867 - Now the complete patch-set again Created Aug. 17, 2015, 6:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 [web]
2 contact = <%= @title %>@localhost
3 deny_read = *
4 description = Mercurial Access Control
5 hidden = true
6
7 [hooks]
8 pretxnchangegroup.authorCheck = !( hg log --template '{author}\n' -r $HG_NODE: | grep -i -v "$HGUSER")
9 changegroup.updateAuth = python:sitescripts.management.bin.generateHgAuth.hook
10 commit.updateAuth = python:sitescripts.management.bin.generateHgAuth.hook
11
LEFTRIGHT

Powered by Google App Engine
This is Rietveld