From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: mercurial now live Date: Fri, 1 Jul 2005 12:53:23 +0900 Message-ID: <9cde8bff05063020536ca4a206@mail.gmail.com> References: Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 7/1/05, Ian Pratt wrote: >=20 > We've now completed the switchover to mercurial. It took a little longer > than planned, but everything seems to be working OK. never doubt this is a major milestone of Xen project. congrats ;-) anyway, there is a problem with search box at=20 http://xenbits.xensource.com/xen-unstable.hg. i typed a string into a box ("console" in this case), enter, and got error message. please see below. ---- A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /var/www/html/xen-unstable.hg 6 from mercurial import hgweb 7=20 8 h =3D hgweb.hgweb("/home/xen/HG/xen-unstable.hg", "xen-unstable") 9 h.run() 10=20 h =3D , h.run =3D > /usr/groups/netos/hg/lib/python/mercurial/hgweb.py in run(self=3D) /usr/groups/netos/hg/lib/python/mercurial/hgweb.py in write(*things=3D(,)) /usr/groups/netos/hg/lib/python/mercurial/hgweb.py in changelog(self=3D, pos=3D'console') TypeError: unsupported operand type(s) for -: 'str' and 'int' args =3D ("unsupported operand type(s) for -: 'str' and 'int'",)