Is there a way to get users and groups for mercurial repository from remote? I am a newbie to mercurial world and not being able to get much details on this.
I wish to get and set the groups and users on a repository from remote (application).
The…
How to move mercurial-server (hg) home directory from /etc/mercurial-server/ to different location.I would like to store keys and repo in different disk
In Ubuntu 12.10
sudo apt-get install mercurial-server
sudo usermod -d /SOURCE/mercurial-server…
I have a centos server with code maintained using a mercurial repo.
To allow a new person to commit code to mercurial, I create a new user, add them to the webdev group, and they can push / pull code by
hg pull ssh://name@server.com.
However,…