Trac plugin broken with current Hg tip (abd9a05fca0b)

Benoit Boissinot bboissin at gmail.com
Wed Sep 20 16:23:31 UTC 2006


On 9/20/06, Georg <gwk.rko at googlemail.com> wrote:
> The Mercurial Trac plugin used to work with Hg 0.9.1.  Now with
> tip(abd9a05fca0b) it is broken.  The timeline still displays the changesets,
> but every attempt to navigate into a changeset or browse the source tree
> results in:
>
>
> Does this ring a bell? Was there an API change concerning readflags?
>
There is new API, you should now use manifest.read() to get a "pseudo"-dict.
To get the flags from the dict, you can use

m.execf(filename) for exec bit
or m.linkf(filename) for symlink, etc
or m.flags, but that's not the preferred way.

regards,

Benoit



More information about the Mercurial mailing list