mercurial - Referencing specific folder as subrepository -


i want import specific folder external repository. can surely import whole repository subrepository don't want bring whole project need specific folder.

is possible via mercurial ?

short answer

no, can see , use whole mercurial repository only, not it's subtree

longer answer

you can convert part of repository-tree separate repository , use thin repo (problem of syncing trimmed repo upstream anyway headache)


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -