Mercurial > hg-website
view README @ 463:4ec689699207
frontpage: use example repo from mercurial-scm.org
The rendered result looks like this:
"""
$ hg clone https://www.mercurial-
scm.org/repo/hello
"""
(It will be copied without any word breaks, the break is only visual.)
The actual repo doesn't exist yet, but really should already, because the first
thing new users will see when they try the old URL with 3.9-rc+ is a lengthy
error message that Mercurial "could not negotiate a common security protocol
(tls1.1+) with selenic.com..." Classy.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 22 Jul 2016 18:46:43 +0800 |
parents | 9681da59a95b |
children |
line wrap: on
line source
-*- markdown -*- hg-website ========== This is the Mercurial website. It uses the microframework flask to serve jinja2 templates. Setup ----- To use this version of hg-website you need to install flask. pip install flask Usage ----- To have flask serve the page, use: python hgwebsite.py You can then visit [http://localhost:5000](http://localhost:5000) to view the site.