changeset 432:1d69d2b8e4b8

Merged in martin-devision-bg/hg-website/martin-devision-bg/link-to-quick-start-in-the-easy-to-use-s-1425244320970 (pull request #6) Link to "Quick Start" in the "Easy to use" section does not work with the trailing slash :]
author David Soria Parra <sn_@gmx.net>
date Tue, 01 Dec 2015 09:52:26 -0800
parents 5d41bc5f0dd2 (diff) f0fa91ce9169 (current diff)
children 6a4a877e0e1a
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/guide/index.html	Wed Dec 02 15:06:01 2015 -0800
+++ b/templates/guide/index.html	Tue Dec 01 09:52:26 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>