annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
1 [hooks]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
2 #to do push with autoupdate
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
3 changegroup = hg update >&2
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
4
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
5 [extensions]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
6 hgext.highlight=
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7 #hgk=
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
8
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
9 [web]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
10 push_ssl = false
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
11 allow_archive = gz zip bz2
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
12 allow_push = *
20
bbaab7501c1a Added custom templates, did over check of code to make it work.
Marcin Kuzminski
parents: 15
diff changeset
13 templates=/home/marcink/python_workspace/hg_app/pylons_app/templates/
bbaab7501c1a Added custom templates, did over check of code to make it work.
Marcin Kuzminski
parents: 15
diff changeset
14 style = monoblue_custom
12
5f30a6d558dc Added pylons manage script
Marcin Kuzminski
parents: 0
diff changeset
15 pygments_style = trac
20
bbaab7501c1a Added custom templates, did over check of code to make it work.
Marcin Kuzminski
parents: 15
diff changeset
16 staticurl = /hg_static/
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
17 baseurl = /
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
18
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
19 [paths]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
20 / = /home/marcink/python_workspace/**