| Index: modules/hgweb/templates/sitescripts.ini.erb | 
| diff --git a/modules/hgweb/templates/sitescripts.ini.erb b/modules/hgweb/templates/sitescripts.ini.erb | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..0ef65afa5b5d01036c3d0bea8ad81b827c30efa6 | 
| --- /dev/null | 
| +++ b/modules/hgweb/templates/sitescripts.ini.erb | 
| @@ -0,0 +1,9 @@ | 
| +[DEFAULT] | 
| +root=/home/hg/web | 
| +mailer=/usr/sbin/sendmail | 
| +mailerDebug=no | 
| + | 
| +[hg] | 
| +auth_repository=%(root)s/hgaccess | 
| +auth_file=/home/hg/.ssh/authorized_keys | 
| + |