mercurial as a wiki engine component

Benoit Boissinot bboissin at gmail.com
Mon Jun 5 11:39:40 CDT 2006


On 6/5/06, piotr maliński <riklaunim at gmail.com> wrote:
> Hi
>
> I'm planning to write a nice wiki in Python/probably Django in the
> next months and I'm thinking about using CVS/SVN/like app for storing
> data. Since mercurial is in python and it's nice and small then why
> not use it. Is it possible to make one python code talk to mercurial
> code and manage the wiki repository?

Yes you can, simply import mercurial

Since you don't want to be snapshot based, what you want to do is to
use the revlog class to store the different revisions. I think the
moin people are thinking about using hg too.

regards,

Benoit



More information about the Mercurial mailing list