Bug report
Eric Firing
efiring at hawaii.edu
Thu Jan 5 21:49:48 UTC 2006
Benoit,
I just noticed something that I should have noticed immediately: hg is
finding the version 0.7 code that is off in my home directory tree. I
don't yet understand why, but after I track that down and fix it, I will
try again with the *real* post-0.7 version and report on whether that
takes care of the bug I reported.
Eric
Benoit Boissinot wrote:
> On 1/5/06, Eric Firing <efiring at hawaii.edu> wrote:
>
>>Bryan O'Sullivan wrote:
>>
>>>On Tue, 2006-01-03 at 21:25 -1000, Eric Firing wrote:
>>>
>>>
>>>
>>>>Make a directory tree including symbolic links.
>>>
>>>
>>>That's likely to be your problem. Mercurial has been modified since 0.7
>>>to ignore symlinks, since it doesn't handle them safely.
>>>
>>> <b
>>>
>>
>>Bryan,
>>
>>The result is the same using the hg downloaded from the hg repo last
>>night. Using a copy of the same directory that I sent in my previous
>>message:
>>
>
> I can't reproduce it, can you tell the output from hg --version ?
>
> (mine is Mercurial Distributed SCM (version d72d27ee72b9))
>
> tonfa at casaverde /tmp/bug/sl $ ls -al
> total 28
> drwxr-xr-x 4 tonfa users 216 Jan 4 07:02 .
> drwxr-xr-x 3 tonfa users 72 Jan 5 18:23 ..
> drwxr-xr-x 3 tonfa users 312 Jan 4 08:14 .hg
> -rw-r--r-- 1 tonfa users 210 Dec 31 03:56 linklist
> -rwxr-xr-x 1 tonfa users 7972 Jan 3 04:07 symlinker.py
> -rw-r--r-- 1 tonfa users 7270 Jan 2 06:49 symlinker.pyc
> -rwxr-xr-x 1 tonfa users 7972 Jan 3 04:07 symlinker.py~
> drwxr-xr-x 3 tonfa users 216 Jan 3 02:44 test
> tonfa at casaverde /tmp/bug/sl $ rm -rf .hg
> tonfa at casaverde /tmp/bug/sl $ hg init
> tonfa at casaverde /tmp/bug/sl $ hg addremove
> adding linklist
> adding symlinker.py
> adding symlinker.pyc
> adding symlinker.py~
> adding test/.linklist
> adding test/dir2/regular2.txt
> adding test/regular.txt
> tonfa at casaverde /tmp/bug/sl $ hg status
> A linklist
> A symlinker.py
> A symlinker.pyc
> A symlinker.py~
> A test/.linklist
> A test/dir2/regular2.txt
> A test/regular.txt
More information about the Mercurial
mailing list