##// END OF EJS Templates
version bump
version bump

File last commit:

r244:782f0692 default
r283:0cf49c29 rhodecode-0.0.0.7.7 default
Show More
repositories.config
14 lines | 304 B | text/plain | TextLexer
/ repositories.config
Made repos path config configurable from pylons app configs. update Readme
r241 [hooks]
#to do push with autoupdate
changegroup = hg update >&2
[web]
fixed setup and install instructions
r244 #for http requests push ssl to false
Made repos path config configurable from pylons app configs. update Readme
r241 push_ssl = false
allow_archive = gz zip bz2
allow_push = *
baseurl = /
[paths]
fixed setup and install instructions
r244 #this path should point to mercurial repositories remeber about '*' at the end
/ = /home/marcink/python_workspace/*