annotate repositories.config @ 306:43b229a8d782

admin path fix
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 28 Jun 2010 23:28:52 +0200
parents 782f0692b29c
children
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 [web]
244
782f0692b29c fixed setup and install instructions
Marcin Kuzminski <marcin@python-works.com>
parents: 241
diff changeset
6 #for http requests push ssl to false
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7 push_ssl = false
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
8 allow_archive = gz zip bz2
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
9 allow_push = *
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
10 baseurl = /
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
11
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
12 [paths]
244
782f0692b29c fixed setup and install instructions
Marcin Kuzminski <marcin@python-works.com>
parents: 241
diff changeset
13 #this path should point to mercurial repositories remeber about '*' at the end
782f0692b29c fixed setup and install instructions
Marcin Kuzminski <marcin@python-works.com>
parents: 241
diff changeset
14 / = /home/marcink/python_workspace/*