[pypy-dev] speed.pypy.org and mercurial

Miquel Torres tobami at googlemail.com
Thu Dec 16 09:29:10 CET 2010


Hi Anto,

yes, that is expected, but no problem. Codespeed is designed in such a
way that it can support different version control systems. It is just
that there is only support for svn now ;-)

So for mercurial support, I need to implement a function that takes a
changeset hash, connects to the hg repo and returns a dict with
'date', 'user' and 'description' or 'summary' info. Anybody knows what
library I could use for that? or do I have to parse local 'hg log'
output?


2010/12/16 Antonio Cuni <anto.cuni at gmail.com>:
> Hi Miquel, hi all,
>
> as you probably have noticed, we have recently migrated the main repo to
> mercurial.  Now speed.pypy.org receives a revision number in the form
> "40046:2088ce763fc2", but of course it can no longer fetches the commit logs
> from the svn server.
>
> Would it be possible to fetch the commits from the bitbucket repo, please?
>
> ciao,
> Anto
>



More information about the Pypy-dev mailing list