Test Project

$ hg clone https://hglab.io/hg/maxvorontsov/test

This repository is empty.

Start with a fresh checkout

hg clone https://hglab.io/hg/maxvorontsov/test
cd test
echo "# test" > README.md
hg add README.md
hg commit -m "Initial commit"
hg push

Push an existing local Mercurial repo

cd /path/to/existing-repo
hg push https://hglab.io/hg/maxvorontsov/test

Push will ask for the repository owner's or a contributor's username and password.