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: Created Aug. 10, 2015, 8:15 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 | « modules/hgweb/files/hgweb.fcgi ('k') | modules/hgweb/files/hgweb.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « modules/hgweb/files/hgweb.fcgi ('k') | modules/hgweb/files/hgweb.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld