mercurial as a wiki engine component

piotr maliński riklaunim at gmail.com
Fri Jun 23 13:09:39 CDT 2006


I've started to play with mercurial from the python script level
yesterday and I have some "problems". I don't know how to write a code
that would like:
1. my "repo" is in folder X
2. execute a command on it (add, update, see diff, history and so on)

I have basing on commands.py
---------------------------------------
from mercurial import revlog
from os import getcwd

r = revlog.revlog(getcwd(), 'what_is_indexfile?', "", 0)
---------------------------------------
and I don't know what he wants as a indexfile :)


More information about the Mercurial mailing list