Web interface update

Fredrik Lundh fredrik at pythonware.com
Mon May 9 14:37:42 BST 2005


Chris McCormick wrote:

> Viewing all revisions on one page is a bit slow, but that's to be
> expected I guess. I've just updated the code so it doesn't try to list
> every single revision on one page, and I've moved it to a faster server:
>
> <http://mccormickit.com/bzrweb/>

that URL loops under IE (i.e. it redirects back to itself).  adding the missing "url="
to the meta element should fix this:

    <meta content="0; url=/bzrweb/index.py/repositories" http-equiv="refresh" />

</F> 







More information about the bazaar mailing list