tags:

views:

45

answers:

1

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

Any workaround ?

+1  A: 
hg pull -f /other/repo

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

tghw
yeah thanks for the info !!!
Nitesh