hg-stable at 4035: 4 new changesets
Matt Mackall
mpm at selenic.com
Mon Apr 16 14:38:22 UTC 2007
On Mon, Apr 16, 2007 at 03:15:09PM +0200, Michal Kvasnica wrote:
> > http://www.selenic.com/repo/hg-stable/rev/26a2fa9433b8
> > changeset: 4032:26a2fa9433b8
> > user: Matt Mackall <mpm at selenic.com>
> > date: Thu Apr 12 11:00:21 2007 -0500
> > summary: hgweb: make PATH_INFO handling slightly more robust
>
> with this patch i am getting a traceback on solaris (python 2.4):
>
> 706 root = root[:root.rfind(root, pi)]
> <type 'exceptions.TypeError'>: slice indices must be integers or None or
> have an __index__ method
>
> full traceback here:
>
> http://control.ee.ethz.ch/~mpt/hg/mpt-26x/
Doh. That should be:
root = root[:root.rfind(pi)]
Fix pushed, thanks.
--
Mathematics is the supreme nostalgia of our time.
More information about the Mercurial-devel
mailing list