Tag: hg init
-
Create a new mercurial repo using hg init
When you have your mercurial docker container up and running, these are the steps to create a new repo. On your server, login to mercurial docker container: Then create your new repo: Add new files and commit: Then Ctrl+D two times to exit hg user shell and docker exec shell. Now the repo is available […]