1

I want to import specific folder from external repository. I can surely import whole repository as subrepository but i don't want to bring whole project so i only need a specific folder.

Is this possible to do via Mercurial ?

Freshblood
  • 6,285
  • 10
  • 59
  • 96

1 Answers1

0

Short answer

No, you can see and use the whole Mercurial repository only, not it's subtree

Longer answer

You can convert any part of repository-tree into separate repository and use this thin repo (problem of syncing trimmed repo with upstream will be anyway your headache)

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110