bug: not canonilizing paths?

Neal Becker ndbecker2 at gmail.com
Wed Aug 3 20:04:48 CDT 2005


On Wednesday 03 August 2005 8:46 pm, Bryan O'Sullivan wrote:
> On Wed, 2005-08-03 at 20:42 -0400, Neal Becker wrote:
> > On Wednesday 03 August 2005 8:10 pm, Bryan O'Sullivan wrote:
> > > On Wed, 2005-08-03 at 19:55 -0400, Neal Becker wrote:
> > > > 818:eef752151556d45783128473e937b52378e7903b
> > >
> > > Hmm, okay, that's not useful to know.
> > >
> > > Do you have changeset a95c9b3fc3bf?  If not, that's the problem.  If
> > > yes, it's possible that the installer screwed up on you and didn't
> > > install the changed .py files.  Please be sure that
> > > mercurial/commands.py contains a function called makewalk.  If not,
> > > you'll need to forcibly install everything again.
> > >
> > > 	<b
> >
> > What do I need to do?  I tried:
> > hg clone http://selenic.com/hg/
>
> hg clone http://www.selenic.com/hg my-hg
> cd my-hg
> hg pull http://www.serpentine.com/hg
> hg update -m
> grep makewalk mercurial/commands.py
>

OK, I performed the above steps, + python setup.py build, sudo python setup.py 
install.  I believe I have the correct version.  But I still see this 
behavior:

hg add file
hg add ./file

Shouldn't hg complain that the file was already added?  In fact:
hg add file
file already tracked!
hg add ./file
hg add ./file
[ repeat until bored...]


More information about the Mercurial mailing list