templates/header.tmpl
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 13 Feb 2007 10:00:17 -0200
changeset 4078 ff08cebcd116
parent 3781 713e35dcc321
child 4084 51e52db6b40d
permissions -rw-r--r--
hg serve: call setconfig on the parentui It makes sense to do this on the "global" ui object, since command line options should affect the whole process. This should fix hg serve --style=gitweb inside a repo (part of issue253).

Content-type: text/html; charset={encoding}

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="icon" href="#url#static/hgicon.png" type="image/png">
<meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="#url#static/style.css" type="text/css" />