[PATCH] hgweb: support multi-level repository indexes by enabling descend and collapse

Paul Boddie paul at boddie.org.uk
Thu Mar 8 15:48:56 CST 2012


On Thursday 08 March 2012 21:18:35 Matt Mackall wrote:
> On Sat, 2012-02-18 at 20:13 +0100, Paul Boddie wrote:
> > # HG changeset patch
> > # User Paul Boddie <paul at boddie.org.uk>
> > # Date 1329592219 -3600
> > # Node ID 155f4fcc2469ad84022d36986480820ab06b2c2b
> > # Parent  41fc1e078d6822502277ac80325ec3db99707a6f
> > hgweb: support multi-level repository indexes by enabling descend and
> > collapse
>
> Sorry this took so long, I was hoping someone else would step up and
> review this one. I finally got around to setting up a multi-repo test to
> see how this actually works, and it looks good. Queued!

Great! I was actually going to nag you about this tonight, so your timing is 
excellent. I also have some patches for hgweb that (1) add anchors to diff 
sections in changeset pages, and (2) add data that lets the graph-related 
templates display SVG graphs instead of canvas-based ones. I wondered about 
how such things could be tested in the test suite: I suppose I could just 
have the test obtain a page and have that compared against some expected 
output, but isn't that a bit brittle?

Paul


More information about the Mercurial-devel mailing list