[issue70] hg complains about symlinks
Benoit Boissinot
bboissin at gmail.com
Fri Nov 11 13:58:01 UTC 2005
On 11/11/05, Bryan O'Sullivan <mercurial-bugs at selenic.com> wrote:
>
> New submission from Bryan O'Sullivan <bos at serpentine.com>:
>
> This is a recent regression in behaviour:
>
> ~ $ hg init q
> ~ $ cd q
> ~/q $ ln -s foo bar
> ~/q $ hg status
> bar: unsupported file type (type is symbolic link)
>
> I think that hg should not complain about unsupported files that it encounters
> unless they are explicitly named in the command line. When I originally wrote
> the walk code, that was how it behaved.
>
The attached patch fixes that.
thanks,
Benoit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: export.diff
Type: text/x-patch
Size: 2034 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20051111/05e8294f/attachment-0001.bin>
More information about the Mercurial
mailing list