##// END OF EJS Templates
util.termwidth: a file-like object may legitimately lack a fileno() method...
util.termwidth: a file-like object may legitimately lack a fileno() method Spotted in the wild when running a hook while pushing over HTTPS.

File last commit:

r7725:6a888d49 default
r8347:a3826fff default
Show More
header.tmpl
6 lines | 357 B | application/x-cheetah | CheetahLexer
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
Matt Mackall
hgweb: add paper style derived from coal
r6661 <head>
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
Matt Mackall
hgweb: add paper style derived from coal
r6661 <meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="{staticurl}style-paper.css" type="text/css" />