6

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

Any workaround ?

Nitesh
  • 575
  • 2
  • 10
  • 27

1 Answers1

8
hg pull -f /other/repo

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

tghw
  • 25,208
  • 13
  • 70
  • 96