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

Unified Diff: modules/hgweb/files/hgweb.ini

Issue 29323409: Issue 2867 - Introduce module hgweb and corresponding server role (Closed)
Patch Set: Issue 2867 - Now the complete patch-set again Created Aug. 17, 2015, 6:17 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
Index: modules/hgweb/files/hgweb.ini
diff --git a/modules/hgweb/files/hgweb.ini b/modules/hgweb/files/hgweb.ini
new file mode 100644
index 0000000000000000000000000000000000000000..78f9deefaa243e06a39470b8c676ac99980ca0ed
--- /dev/null
+++ b/modules/hgweb/files/hgweb.ini
@@ -0,0 +1,14 @@
+[diff]
+git = true
+unified = 8
+showfunc = true
+
+[paths]
+/ = /home/hg/web/*
+
+[web]
+style = gitweb
+staticurl = /static/
+encoding = UTF-8
+allow_archive = gz, zip, bz2
+

Powered by Google App Engine
This is Rietveld