Is there a Mercurial equivalent to gitosis?
Posted
by fedesilva
on Stack Overflow
See other posts from Stack Overflow
or by fedesilva
Published on 2010-03-29T04:08:27Z
Indexed on
2010/03/29
4:13 UTC
Read the original article
Hit count: 157
version-control
|mercurial
I've used ( and still use ) mercurial and git. I have some repos hosted in a server with gitosis which is great and easy to setup. I am looking for a similar tool for hosting mercurial repos.
It must provide minimal acl and ssh access and allow for remote config ( in the style of gitosis's "clone the admin repo and push changes" ).
Extra points for automating hgweb config via said tool.
© Stack Overflow or respective owner