view hgwebdir.config @ 148:d928d5f0a251

Adde raw file to routes, and refactoring updated link to raw file at file source template
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 11 May 2010 22:23:16 +0200
parents 3142616771cd
children 3d1dd13887f9
line wrap: on
line source

[hooks]
#to do push with autoupdate
changegroup = hg update >&2

[extensions]
hgext.highlight=
#hgk=

[web]
push_ssl = false
allow_archive = gz zip bz2
allow_push = *
templates=/home/marcink/python_workspace/hg_app/pylons_app/templates/
style = monoblue_custom
pygments_style = trac
staticurl = /hg_static/
baseurl = /

[paths]
/ = /home/marcink/python_workspace/**