| 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 |
| + |