bug: not canonilizing paths?

Bryan O'Sullivan bos at serpentine.com
Wed Aug 3 15:06:38 CDT 2005


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



More information about the Mercurial mailing list