mercurial/templates/spartan/header.tmpl
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 07 Jan 2015 17:17:56 -0800
changeset 23811 e2b262e2ee73
parent 20255 b1d65cb8c759
permissions -rw-r--r--
setdiscovery: stop using '_setupsample' in '_takefullsample' Very few of the return values of '_setupsample' remain in use, so we directly retrieve the value we care about and drop the '_setupsample' call.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="icon" href="{staticurl|urlescape}hgicon.png" type="image/png">
<meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="{staticurl|urlescape}style.css" type="text/css" />
<script type="text/javascript" src="{staticurl|urlescape}mercurial.js"></script>