Mercurial > hg-website
changeset 431:5d41bc5f0dd2
Merged in av6/hg-website/engored/a-quote-and-a-whitespace-1415273452391 (pull request #4)
A quote and a whitespace
author | David Soria Parra <sn_@gmx.net> |
---|---|
date | Tue, 01 Dec 2015 09:52:00 -0800 |
parents | 4224eebf4d95 (current diff) b956b40a4278 (diff) |
children | 1d69d2b8e4b8 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/guide/index.html Thu Sep 18 18:16:56 2014 +0200 +++ b/templates/guide/index.html Tue Dec 01 09:52:00 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>