DeprecationWarning when pushing to Mercurial repo

Joshua Nankin jnankin at gmail.com
Sun Jun 6 20:39:16 UTC 2010


I'm trying to serve a merurial repository with apache, and when I try to
push to the repo I see this in the apache error.log. On the client side I
get a 500 error.  There is no error message associated with the 500, just
the text abort: HTTP Error 500: Internal Server Error

How do I get this to go away????

[Sun Jun 06 14:43:25 2010] [error] [client 192.168.1.8]
/var/lib/python-support/python2.6/mercurial/hgweb/common.py:24:
DeprecationWarning: BaseException.message has been deprecated as of Python
2.6

[Sun Jun 06 14:43:25 2010] [error] [client 192.168.1.8]   self.message =
message

[Sun Jun 06 14:43:25 2010] [error] [client 192.168.1.8]
/var/lib/python-support/python2.6/mercurial/hgweb/hgweb_mod.py:104:
DeprecationWarning: BaseException.message has been deprecated as of Python
2.6

[Sun Jun 06 14:43:25 2010] [error] [client 192.168.1.8]   if not
inst.message:

[Sun Jun 06 14:43:25 2010] [error] [client 192.168.1.8]
/var/lib/python-support/python2.6/mercurial/hgweb/hgweb_mod.py:106:
DeprecationWarning: BaseException.message has been deprecated as of Python
2.6

[Sun Jun 06 14:43:25 2010] [error] [client 192.168.1.8]   return '0\\n%s\\n'
% inst.message,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20100606/46618b97/attachment.html>


More information about the Mercurial mailing list