How to treat a symbolic link as a directory in Mercurial?
Posted
by celil
on Stack Overflow
See other posts from Stack Overflow
or by celil
Published on 2009-12-25T11:27:15Z
Indexed on
2010/04/03
8:43 UTC
Read the original article
Hit count: 491
As of 0.9.4, when adding a symbolic link Mercurial keeps track of the link itself, and not the file or directories it points to. However, there are cases when it is desirable to keep track of the files pointed to by the symbolic link.
How can I force Mercurial to treat the symbolic link to a directory as a regular directory?
© Stack Overflow or respective owner