I have a VPS with Centos 5.5, installed Python 2.6 following Setup Python 2.5, mod_wsgi, and Django 1.0 on CentOS 5 (cPanel) tutorial and Mercurial 1.6 via easy-install.
Now I wanted to update to Mercurial 1.7.5, so I easy-installed it and it seemed to work. At least when used from terminal.
I have been using hgwebdir
to push/pull my reposisotires via HTTP. However, when I try to view a repository created with new hg
(1.7.5), I get the 500 error page.
A look in Apache error_log
reads something about dotencode support
RepoError: requirement 'dotencode' not supported,
Google says it's a problem when old hg
tries to read a repository made with a new hg
.
How can I find out which hg
is used by Apache/mod_wsgi
? And how to update it?