view mercurial/templates/spartan/notfound.tmpl @ 35512:5cc1becd0493

win32: split a utility function to obtain the volume out of getfstype() This is only done on Windows because it's simple enough to call statfs() on Unix. The goal is to display this in `hg debugfs`.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 29 Dec 2017 22:15:37 -0500
parents 9409aeaafdc1
children
line wrap: on
line source

{header}
<title>Mercurial repository not found</title>
</head>
<body>

<h2>Mercurial repository not found</h2>

The specified repository "{repo|escape}" is unknown, sorry.

Please go back to the <a href="{url|urlescape}">main repository list page</a>.

{footer}