diff repositories.config @ 244:782f0692b29c

fixed setup and install instructions
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 01 Jun 2010 22:19:03 +0200
parents 48727add84c9
children
line wrap: on
line diff
--- a/repositories.config	Tue Jun 01 22:06:48 2010 +0200
+++ b/repositories.config	Tue Jun 01 22:19:03 2010 +0200
@@ -2,15 +2,13 @@
 #to do push with autoupdate
 changegroup = hg update >&2
 
-[extensions]
-hgext.highlight=
-#hgk=
-
 [web]
+#for http requests push ssl to false
 push_ssl = false
 allow_archive = gz zip bz2
 allow_push = *
 baseurl = /
 
 [paths]
-/ = /home/marcink/python_workspace/**
+#this path should point to mercurial repositories remeber about '*' at the end
+/ = /home/marcink/python_workspace/*