When we try to include a repository in an other while they never had any common point we got the following error:
$ hg push ../second
mercurial abort: repository is unrelated
To go above it we need to force the fusion with the -f
option:
$ hg push -f ../second