bug: not canonilizing paths?

Bryan O'Sullivan bos at serpentine.com
Wed Aug 3 19:46:59 CDT 2005


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

> What am I doing wrong?  Is there any more forcible way to install?

If you're installing in $HOME, blow away $HOME/lib/python (unless you
have other stuff installed there), then run the install step again.

	<b

-- 
Bryan O'Sullivan <bos at serpentine.com>



More information about the Mercurial mailing list