changeset 433:6a4a877e0e1a

Merged in av6/hg-website (pull request #5) Make overflow-x explicitly visible for pre & .output
author David Soria Parra <sn_@gmx.net>
date Tue, 01 Dec 2015 09:54:09 -0800
parents 1d69d2b8e4b8 (diff) 461bb57a3268 (current diff)
children af50c4dda1f7
files
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/templates/about/index.html	Fri Nov 21 14:16:19 2014 +0800
+++ b/templates/about/index.html	Tue Dec 01 09:54:09 2015 -0800
@@ -24,7 +24,7 @@
 
 <h2>Easy to use</h2>
 
-<p>Mercurial sports a consistent command set in which most subversion users feel right at home. Potentially dangerous actions are available via extensions you need to enable, so the basic interface is easy to use, easy to learn and hard to break. The <a href="/quickstart/">Quick Start</a> should get you going in a just few minutes.</p>
+<p>Mercurial sports a consistent command set in which most subversion users feel right at home. Potentially dangerous actions are available via extensions you need to enable, so the basic interface is easy to use, easy to learn and hard to break. The <a href="/quickstart">Quick Start</a> should get you going in a just few minutes.</p>
 
 <h2>Open Source</h2>
 
--- a/templates/guide/index.html	Fri Nov 21 14:16:19 2014 +0800
+++ b/templates/guide/index.html	Tue Dec 01 09:54:09 2015 -0800
@@ -104,7 +104,7 @@
 <div class="note">
 <p class="note-title">Note:</p> By default Log only shows the first
 line of the commit message. To show the full message, use 
-<pre>$ hg log-v
+<pre>$ hg log -v
 
 </pre>
 </div>
@@ -129,7 +129,7 @@
 
 <p>First do some changes:</p>
 
-<pre>$ echo 'print("Hello World") > hello.py
+<pre>$ echo 'print("Hello World")' > hello.py
 
 </pre>