monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Monotone-devel] Re: Beta testing new ViewMTN


From: Grahame Bowland
Subject: Re: Re: [Monotone-devel] Re: Beta testing new ViewMTN
Date: Mon, 16 Oct 2006 02:28:59 +0800

On 15/10/06, Evan Deaubl <address@hidden> wrote:
I noticed a couple of cosmetic problems on the changes list (look at
http://viewmtn.angrygoats.net/branch/changes/net.venge.monotone, entry
dated 2006-10-11T05:44:56 as an example).

1. If the first line of the changelog has < or > characters, when it is
displayed in the header box for the revision, they show up as "&lt;" and
"&gt;".
2. The changelogs lose all their newlines.

Thanks, those bugs are now fixed :-)

Also, it looks like the links for expanding and contracting the ancestry
history for a revision graph have disappeared.  Was that intentional?
(If so, darn, that was a fun toy! :-) )

For now, that feature doesn't exist. ViewMTN now shows some forward
and back history in the revision graph, along with showing propogates
as dotted lines and arcs heading off the edge of the graph to unseen
revisions. The way I'm doing that graphing is to call mt.parents() and
mt.children() recursively - three times at the moment - to build a
graph of nodes that are near the revision we're showing.

It wouldn't be hard to change the code to make that number (three) be
changeable to zoom in and out, I just haven't done it yet :)

Nathaniel gave me a few neat ideas that might lead to a google-maps
style view of the revision graph; for now though if anyone has ideas
to improve the graphs being output please let me know or send me a
patch! :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]