bug: not canonilizing paths?

Neal Becker ndbecker2 at gmail.com
Wed Aug 3 18:55:32 CDT 2005


Bryan O'Sullivan wrote:

> On Wed, 2005-08-03 at 14:47 -0400, Neal Becker wrote:
> 
>> If "tip" is what I get my doing:
>> 
>> hg clone http://www.serpentine.com/hg/
>> 
>> Then yes, I did use "tip".
> 
> I'm sorry, but I don't see any problems.  Here are the results using my
> tip:
> 
>         $ echo a > doc/a
>         $ hg add doc/a
>         $ hg status
>         A doc/a
>         $ hg forget doc/aá×/a
>         $ hg status
>         ? doc/a
>         $ hg add ./doc/a
>         adding doc/a
>         $ hg status
>         A doc/a
> 
> What's the result of "hg -q tip" say for you?
> 
> <b
hg version
Mercurial version eef752151556

( go to hg directory...)
cd hg
[nbecker at nbecker2 hg]$ hg -q tip
818:eef752151556d45783128473e937b52378e7903b

(now goto my test repository...)
echo 'a' > file
hg add file
hg add ./file
hg status file
A file
hg status ./file
A ./file

Shouldn't I have gotten a complaint that file was already tracked?




More information about the Mercurial mailing list