Tag: hg
-
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 […]
-
Migrate mercurial code hosting from Bitbucket to your server in 9 steps using docker
By now Atlassian is dropping support to Mercurial on the popular Bitbucket service. Here is a proof of concept to use a Docker container as a separate environment where self-host your code using basic mercurial features without bells and whistles. To do so, a docker container based on popular and lightweight jdeathe/centos-ssh image will be […]