Mercurial back-end wiki

Wara Songkran wsongk at gmail.com
Mon Apr 12 10:28:28 CDT 2010


I'm developing a wiki with mercurial back-end. I'm finding a way to
retrieve all author(s) that contribute to a specific file.

Right now, I know that can use

filelog = repo.file("lorem_ipsum.txt")

to get a filelog

from filelog how can I get other changeset metadata such as author and
changedate for every revision of that file


More information about the Mercurial mailing list