Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to join two unrelated repositories?

Tags:

mercurial

I am trying to combine two repos but I get error "repository is unrelated"..

Any workaround ?

like image 317
Nitesh Avatar asked Jul 01 '10 18:07

Nitesh


1 Answers

hg pull -f /other/repo

You're probably familiar with repos that have multiple heads. They can have multiple tails too!

like image 67
tghw Avatar answered Sep 30 '22 15:09

tghw